summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-03-28 22:10:03 -0600
committerEduardo Chappa <chappa@washington.edu>2021-03-28 22:10:03 -0600
commit24f85bc165077c8089d1d79e33c524573b90f68d (patch)
tree330371f75e9eb6daaf740ddf3606c9769bbc35ba /alpine
parentc5a870b30c43914ed8414b9f54bed3da27057d79 (diff)
downloadalpine-24f85bc165077c8089d1d79e33c524573b90f68d.tar.xz
* Many spelling errors corrected by Jens Schleusener. Thank you!
Diffstat (limited to 'alpine')
-rw-r--r--alpine/after.c2
-rw-r--r--alpine/alpine.c2
-rw-r--r--alpine/folder.c2
-rw-r--r--alpine/imap.c6
-rw-r--r--alpine/osdep/jobcntrl.c2
-rw-r--r--alpine/reply.c6
6 files changed, 10 insertions, 10 deletions
diff --git a/alpine/after.c b/alpine/after.c
index 744aca6..961528f 100644
--- a/alpine/after.c
+++ b/alpine/after.c
@@ -124,7 +124,7 @@ stop_after(int join)
}
}
- /* not literally true uless "join" set */
+ /* not literally true unless "join" set */
after_active = 0;
#else /* !(defined(HAVE_PTHREAD) && defined(HAVE_NANOSLEEP)) */
diff --git a/alpine/alpine.c b/alpine/alpine.c
index 3831b89..cb2c970 100644
--- a/alpine/alpine.c
+++ b/alpine/alpine.c
@@ -3253,7 +3253,7 @@ quit_screen(struct pine *pine_state)
/*----------------------------------------------------------------------
- The nuts and bolts of actually cleaning up and exitting pine
+ The nuts and bolts of actually cleaning up and exiting pine
Args: ps -- the usual pine structure,
exit_val -- what to tell our parent
diff --git a/alpine/folder.c b/alpine/folder.c
index a391181..0b9fb20 100644
--- a/alpine/folder.c
+++ b/alpine/folder.c
@@ -126,7 +126,7 @@ typedef struct _folder_screen {
/*
- * Struct mananging folder_lister metadata as it gets passed
+ * Struct managing folder_lister metadata as it gets passed
* in and back up thru scrolltool
*/
typedef struct _folder_proc {
diff --git a/alpine/imap.c b/alpine/imap.c
index fa7b0d7..1d05ac3 100644
--- a/alpine/imap.c
+++ b/alpine/imap.c
@@ -308,7 +308,7 @@ OAUTH2_S alpine_oauth2_list[] =
0, /* first time indicator */
1, /* client secret required */
0, /* Cancel refresh token */
- YANDEX_FLAGS /* defaul flags. For YANDEX this should be set to OA2_AUTHORIZE */
+ YANDEX_FLAGS /* default flags. For YANDEX this should be set to OA2_AUTHORIZE */
},
{ NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0},
};
@@ -1513,7 +1513,7 @@ mm_login_work(NETMBX *mb, char *user, char **pwd, long int trial,
if(ps_global->ttyo)
flush_status_messages(0);
- /* redo app id in case we are loging in to an IMAP server that supports the IMAP ID extension */
+ /* redo app id in case we are logging in to an IMAP server that supports the IMAP ID extension */
free_id(&ps_global->id);
ps_global->id = set_alpine_id(PACKAGE_NAME, PACKAGE_VERSION);
mail_parameters(NULL, SET_IDPARAMS, (void *) ps_global->id);
@@ -3942,7 +3942,7 @@ get_passfile_passwd(pinerc, passwd, user, hostlist, altflag)
}
/*
- * get_passfile_passwd_auth - return the password contained in the special passord
+ * get_passfile_passwd_auth - return the password contained in the special password
* cache. The file is assumed to be in the same directory
* as the pinerc with the name defined above.
*/
diff --git a/alpine/osdep/jobcntrl.c b/alpine/osdep/jobcntrl.c
index 3816982..e3d790d 100644
--- a/alpine/osdep/jobcntrl.c
+++ b/alpine/osdep/jobcntrl.c
@@ -21,7 +21,7 @@ static char rcsid[] = "$Id: jobcntrl.c 765 2007-10-23 23:51:37Z hubert@u.washing
/*----------------------------------------------------------------------
- This routine returns 1 if job control is available. Note, thiis
+ This routine returns 1 if job control is available. Note, this
could be some type of fake job control. It doesn't have to be
real BSD-style job control.
----*/
diff --git a/alpine/reply.c b/alpine/reply.c
index d7875a9..7ec610a 100644
--- a/alpine/reply.c
+++ b/alpine/reply.c
@@ -1494,7 +1494,7 @@ get_signature_file(char *file, int prenewlines, int postnewlines, int is_sig)
Create the outgoing envelope for the mail being forwarded, which is
not much more than filling in the subject, and create the message body
of the outgoing message which requires formatting the header from the
-envelope of the original messasge.
+envelope of the original message.
----------------------------------------------------------------------*/
int
forward(struct pine *ps, ACTION_S *role_arg)
@@ -1873,7 +1873,7 @@ forward(struct pine *ps, ACTION_S *role_arg)
Create the outgoing envelope for the mail being forwarded, which is
not much more than filling in the subject, and create the message body
of the outgoing message which requires formatting the header from the
-envelope of the original messasge.
+envelope of the original message.
----------------------------------------------------------------------*/
void
forward_text(struct pine *pine_state, void *text, SourceType source)
@@ -1963,7 +1963,7 @@ forward_text(struct pine *pine_state, void *text, SourceType source)
Create the outgoing envelope for the mail being resent, which is
not much more than filling in the subject, and create the message body
of the outgoing message which requires formatting the header from the
-envelope of the original messasge.
+envelope of the original message.
----------------------------------------------------------------------*/
int
bounce(struct pine *pine_state, ACTION_S *role)