Commit 068b64b4 068b64b4a05404856b71cc931d6772d78123ce5d by Sergey Poznyakoff

Fixed typo in comment.

1 parent 492c2cae
......@@ -423,7 +423,7 @@ util_finish (struct imap4d_command *command, int rc, const char *format, ...)
}
/* Clients are allowed to send literal string to the servers. this
mean that it can me everywhere where a string is allowed.
means that it can occur everywhere where a string is allowed.
A literal is a sequence of zero or more octets (including CR and LF)
prefix-quoted with an octet count in the form of an open brace ("{"),
the number of octets, close brace ("}"), and CRLF.
......