/* Show information about one signature. This function is called with
the context CTX of a successful verification operation and the
- enumerator IDX which should start at 0 and incremete for each
+ enumerator IDX which should start at 0 and increment for each
call/signature.
Return values are: 0 for normal procession, 1 for a bad signature,
encrypted. The entire mime parsing should be revamped,
probably by keeping the temporary files so that we don't
need to decrypt them all the time. Inner parts of an
- encrypted part can then pint into this file and tehre won't
- never be a need to decrypt again. This needs a partial
+ encrypted part can then point into this file and there won't
+ ever be a need to decrypt again. This needs a partial
rewrite of the MIME engine. */
BODY *bb = *cur;
BODY *tmp_b;
safe_fclose (&fp);
mutt_wait_filter (pid);
- /* if we got output, make a new string consiting of the shell output
+ /* if we got output, make a new string consisting of the shell output
plus whatever else was left on the original line */
/* BUT: If this is inside a quoted string, directly add output to
* the token */
bail:
sasl_dispose (&saslconn);
- /* terminate SASL sessoin if the last response is not +OK nor -ERR */
+ /* terminate SASL session if the last response is not +OK nor -ERR */
if (!mutt_strncmp (inbuf, "+ ", 2))
{
snprintf (buf, sizeof (buf), "*\r\n");