if ((fgets (buf, sizeof (buf), in)) == NULL)
break;
- /* Is it the begining of a header? */
+ /* Is it the beginning of a header? */
if (nl && buf[0] != ' ' && buf[0] != '\t')
{
ignore = 1;
if ((fgets (buf, sizeof (buf), in)) == NULL)
break;
- /* Is it the begining of a header? */
+ /* Is it the beginning of a header? */
if (nl && buf[0] != ' ' && buf[0] != '\t')
{
/* Do we have anything pending? */
/* free tmp_body if messages was signed AND encrypted ... */
if (tmp_smime_pbody != msg->content && tmp_smime_pbody != tmp_pbody)
{
- /* detatch and dont't delete msg->content,
+ /* detatch and don't delete msg->content,
which tmp_smime_pbody->parts after signing. */
tmp_smime_pbody->parts = tmp_smime_pbody->parts->next;
msg->content->next = NULL;
* declared "static" (sigh)
*/
static char* EditorHelp1 = N_("\
-~~ insert a line begining with a single ~\n\
+~~ insert a line beginning with a single ~\n\
~b users add users to the Bcc: field\n\
~c users add users to the Cc: field\n\
~f messages include messages\n\
break;
case OP_EDITOR_KILL_WORD:
- /* delete to begining of word */
+ /* delete to beginning of word */
if (state->curpos != 0)
{
i = state->curpos;
Matches[Num_matched++] = User_typed;
/* All matches are stored. Longest non-ambiguous string is ""
- * i.e. dont change 'buffer'. Fake successful return this time */
+ * i.e. don't change 'buffer'. Fake successful return this time */
if (User_typed[0] == 0)
return 1;
}
Matches[Num_matched++] = User_typed;
/* All matches are stored. Longest non-ambiguous string is ""
- * i.e. dont change 'buffer'. Fake successful return this time */
+ * i.e. don't change 'buffer'. Fake successful return this time */
if (User_typed[0] == 0)
return 1;
}
Matches[Num_matched++] = User_typed;
/* All matches are stored. Longest non-ambiguous string is ""
- * i.e. dont change 'buffer'. Fake successful return this time */
+ * i.e. don't change 'buffer'. Fake successful return this time */
if (User_typed[0] == 0)
return 1;
}