Fixed typo in comment.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -423,7 +423,7 @@ util_finish (struct imap4d_command *command, int rc, const char *format, ...) | ... | @@ -423,7 +423,7 @@ util_finish (struct imap4d_command *command, int rc, const char *format, ...) |
423 | } | 423 | } |
424 | 424 | ||
425 | /* Clients are allowed to send literal string to the servers. this | 425 | /* Clients are allowed to send literal string to the servers. this |
426 | mean that it can me everywhere where a string is allowed. | 426 | means that it can occur everywhere where a string is allowed. |
427 | A literal is a sequence of zero or more octets (including CR and LF) | 427 | A literal is a sequence of zero or more octets (including CR and LF) |
428 | prefix-quoted with an octet count in the form of an open brace ("{"), | 428 | prefix-quoted with an octet count in the form of an open brace ("{"), |
429 | the number of octets, close brace ("}"), and CRLF. | 429 | the number of octets, close brace ("}"), and CRLF. | ... | ... |
-
Please register or sign in to post a comment