From: Michael Elkins Date: Fri, 4 Oct 2013 16:47:59 +0000 (+0000) Subject: fix more comment typos X-Git-Tag: mutt-1-5-22-rel~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be1044cde367c67a4dc2438459863f71bac66e7d;p=mutt fix more comment typos --- diff --git a/crypt-gpgme.c b/crypt-gpgme.c index 6a404727..a9e6be3f 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -1290,7 +1290,7 @@ static void print_smime_keyinfo (const char* msg, gpgme_signature_t sig, /* 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, @@ -1785,8 +1785,8 @@ int smime_gpgme_decrypt_mime (FILE *fpin, FILE **fpout, BODY *b, BODY **cur) 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; diff --git a/handler.c b/handler.c index 449fd358..ed8be958 100644 --- a/handler.c +++ b/handler.c @@ -970,7 +970,7 @@ static int mutt_is_autoview (BODY *b) } else { - /* determine if this type is on there user's auto_view list */ + /* determine if this type is on the user's auto_view list */ LIST *t = AutoViewList; for (; t; t = t->next) { diff --git a/init.c b/init.c index 0c73d575..4032e0ed 100644 --- a/init.c +++ b/init.c @@ -259,7 +259,7 @@ int mutt_extract_token (BUFFER *dest, BUFFER *tok, int flags) 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 */ diff --git a/pop_auth.c b/pop_auth.c index 9943b120..1489c17c 100644 --- a/pop_auth.c +++ b/pop_auth.c @@ -142,7 +142,7 @@ static pop_auth_res_t pop_auth_sasl (POP_DATA *pop_data, const char *method) 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");