소스 검색

darkirc/irc/server: restore comment to its former glory

skoupidi 1 년 전
부모
커밋
1e8a11f855
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/darkirc/src/irc/server.rs

+ 1 - 1
bin/darkirc/src/irc/server.rs

@@ -327,7 +327,7 @@ impl IrcServer {
         };
 
         // Now go through all 3 ciphertexts. We'll use intermediate buffers
-        // for decryption, if all passes, we will return a modified
+        // for decryption, iff all passes, we will return a modified
         // (i.e. decrypted) privmsg, otherwise we return the original.
         for (name, channel) in self.channels.read().await.iter() {
             let Some(saltbox) = &channel.saltbox else { continue };