summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
Diffstat (limited to 'alpine')
-rw-r--r--alpine/addrbook.c2
-rw-r--r--alpine/addrbook.h2
-rw-r--r--alpine/adrbkcmd.c2
-rw-r--r--alpine/adrbkcmd.h2
-rw-r--r--alpine/alpine.c6
-rw-r--r--alpine/alpine.h2
-rw-r--r--alpine/arg.h2
-rw-r--r--alpine/busy.c2
-rw-r--r--alpine/colorconf.h2
-rw-r--r--alpine/confscroll.c6
-rw-r--r--alpine/confscroll.h2
-rw-r--r--alpine/conftype.h2
-rw-r--r--alpine/context.h2
-rw-r--r--alpine/dispfilt.h2
-rw-r--r--alpine/flagmaint.h2
-rw-r--r--alpine/folder.c6
-rw-r--r--alpine/folder.h2
-rw-r--r--alpine/help.h2
-rw-r--r--alpine/imap.c14
-rw-r--r--alpine/imap.h2
-rw-r--r--alpine/init.c2
-rw-r--r--alpine/init.h2
-rw-r--r--alpine/kblock.c2
-rw-r--r--alpine/kblock.h2
-rw-r--r--alpine/keymenu.h4
-rw-r--r--alpine/ldapconf.h2
-rw-r--r--alpine/listsel.h2
-rw-r--r--alpine/mailcmd.c16
-rw-r--r--alpine/mailcmd.h2
-rw-r--r--alpine/mailindx.c10
-rw-r--r--alpine/mailindx.h2
-rw-r--r--alpine/mailpart.c2
-rw-r--r--alpine/mailpart.h2
-rw-r--r--alpine/mailview.c8
-rw-r--r--alpine/mailview.h2
-rw-r--r--alpine/newmail.h2
-rw-r--r--alpine/newuser.h2
-rw-r--r--alpine/osdep/jobcntrl.h2
-rw-r--r--alpine/osdep/termin.gen.c2
-rw-r--r--alpine/osdep/termin.unx.c2
-rw-r--r--alpine/osdep/termout.unx.c8
-rw-r--r--alpine/osdep/termout.win6
-rw-r--r--alpine/osdep/termout.wnt.c4
-rw-r--r--alpine/pattern.h2
-rw-r--r--alpine/pipe.h2
-rw-r--r--alpine/print.h2
-rw-r--r--alpine/radio.h2
-rw-r--r--alpine/remote.h2
-rw-r--r--alpine/reply.c8
-rw-r--r--alpine/reply.h2
-rw-r--r--alpine/roleconf.h2
-rw-r--r--alpine/send.c4
-rw-r--r--alpine/send.h2
-rw-r--r--alpine/setup.c2
-rw-r--r--alpine/setup.h2
-rw-r--r--alpine/signal.c2
-rw-r--r--alpine/signal.h2
-rw-r--r--alpine/smime.h2
-rw-r--r--alpine/status.c2
-rw-r--r--alpine/status.h2
-rw-r--r--alpine/talk.h2
-rw-r--r--alpine/titlebar.h2
62 files changed, 99 insertions, 99 deletions
diff --git a/alpine/addrbook.c b/alpine/addrbook.c
index ea3cf2ba..92e15f91 100644
--- a/alpine/addrbook.c
+++ b/alpine/addrbook.c
@@ -543,7 +543,7 @@ get_abook_display_line(long int global_row, int continuation, char **s_hilite,
*retcol = 0; /* default */
if(s_hilite){
- *s_hilite = NULL; /* NULL in these means to hilight whole line */
+ *s_hilite = NULL; /* NULL in these means to highlight whole line */
*e_hilite = NULL;
}
diff --git a/alpine/addrbook.h b/alpine/addrbook.h
index 7e292bc5..b75ff13b 100644
--- a/alpine/addrbook.h
+++ b/alpine/addrbook.h
@@ -33,7 +33,7 @@
#define ANC_AFTERCOMMA 0x1
-/* exported protoypes */
+/* exported prototypes */
int cur_is_open(void);
void init_disp_form(PerAddrBook *, char **, int);
void init_abook_screen(void);
diff --git a/alpine/adrbkcmd.c b/alpine/adrbkcmd.c
index 66b11916..9fb58253 100644
--- a/alpine/adrbkcmd.c
+++ b/alpine/adrbkcmd.c
@@ -6802,7 +6802,7 @@ _("\n \"^G\" for help specific to each item. \"^X\" to make the query, or \"^C\"
if(categories > 0 || *sq->custom)
filter = (CUSTOM_FILT_S *)fs_get(sizeof(CUSTOM_FILT_S));
- /* combine the configed filters with this filter */
+ /* combine the configured filters with this filter */
if(*sq->custom){
string = "";
filter->filt = sq->custom;
diff --git a/alpine/adrbkcmd.h b/alpine/adrbkcmd.h
index 470bb1a2..efbd580b 100644
--- a/alpine/adrbkcmd.h
+++ b/alpine/adrbkcmd.h
@@ -28,7 +28,7 @@
#define AB_COMMENT_STR _("Comment")
-/* exported protoypes */
+/* exported prototypes */
void view_abook_entry(struct pine *, long);
void edit_entry(AdrBk *, AdrBk_Entry *, a_c_arg_t, Tag, int, int *, char *);
int ab_add_abook(int, int);
diff --git a/alpine/alpine.c b/alpine/alpine.c
index cd9899a5..18364a9a 100644
--- a/alpine/alpine.c
+++ b/alpine/alpine.c
@@ -482,7 +482,7 @@ main(int argc, char **argv)
*
* We can't use gettext calls before we do this stuff so it doesn't
* help to translate strings that come before this in the program.
- * Maybe we could rearrange things to accomodate that.
+ * Maybe we could rearrange things to accommodate that.
*/
setlocale(LC_MESSAGES, "");
bindtextdomain(PACKAGE, LOCALEDIR);
@@ -1242,7 +1242,7 @@ main(int argc, char **argv)
/*
* As with almost all the folder vars in the pinerc,
* we subvert the collection "breakout" here if the
- * folder name given looks like an asolute path on
+ * folder name given looks like an absolute path on
* this system...
*/
cntxt = (is_absolute_path(args.data.folder))
@@ -1642,7 +1642,7 @@ here.
This functions handling of new mail, redrawing, errors and such can
serve as a template for the other screen that do much the same thing.
-There is a loop that fetchs and executes commands until a command to leave
+There is a loop that fetches and executes commands until a command to leave
this screen is given. Then the name of the next screen to display is
stored in next_screen member of the structure and this function is exited
with a return.
diff --git a/alpine/alpine.h b/alpine/alpine.h
index aa42b151..4446b391 100644
--- a/alpine/alpine.h
+++ b/alpine/alpine.h
@@ -21,7 +21,7 @@
#include "../pith/state.h"
-/* exported protoypes */
+/* exported prototypes */
void main_menu_screen(struct pine *);
unsigned long pine_gets_bytes(int);
void quit_screen(struct pine *);
diff --git a/alpine/arg.h b/alpine/arg.h
index 7d2a897a..0fadc6ce 100644
--- a/alpine/arg.h
+++ b/alpine/arg.h
@@ -44,7 +44,7 @@ typedef struct argdata {
} ARGDATA_S;
-/* exported protoypes */
+/* exported prototypes */
void pine_args(struct pine *, int, char **, ARGDATA_S *);
void display_args_err(char *, char **, int);
void args_help(void);
diff --git a/alpine/busy.c b/alpine/busy.c
index e1e1ca75..09866e11 100644
--- a/alpine/busy.c
+++ b/alpine/busy.c
@@ -149,7 +149,7 @@ void done_busy_cue(void *);
* Returns: 0 If busy cue was already set up before we got here
* 1 If busy cue was not already set up.
*
- * NOTE: busy_cue and cancel_busy_cue MUST be called symetrically in the
+ * NOTE: busy_cue and cancel_busy_cue MUST be called symmetrically in the
* same lexical scope.
*/
int
diff --git a/alpine/colorconf.h b/alpine/colorconf.h
index 1595e4da..d78debb3 100644
--- a/alpine/colorconf.h
+++ b/alpine/colorconf.h
@@ -66,7 +66,7 @@
extern int treat_color_vars_as_text;
-/* exported protoypes */
+/* exported prototypes */
void color_config_screen(struct pine *, int);
int color_setting_tool(struct pine *, int, CONF_S **, unsigned);
char *sampleexc_text(struct pine *, struct variable *);
diff --git a/alpine/confscroll.c b/alpine/confscroll.c
index 2fe034bd..d5cd6f6c 100644
--- a/alpine/confscroll.c
+++ b/alpine/confscroll.c
@@ -2447,7 +2447,7 @@ delete:
/*
* Delay setting the displayed value until "var.current_val" is set
- * in case current val get's changed due to a special case above.
+ * in case current val gets changed due to a special case above.
*/
if(newval){
if(*newval)
@@ -4518,7 +4518,7 @@ clear_feature(char ***l, char *f)
/*
* this is helpful to keep the array from growing if a feature
- * get's set and unset repeatedly
+ * gets set and unset repeatedly
*/
if(!f)
fs_resize((void **)l, count * sizeof(char *));
@@ -6011,7 +6011,7 @@ unexpected_pinerc_change(void)
Args: cmd - what type of scroll operation.
- scroll_pos - paramter for operation.
+ scroll_pos - parameter for operation.
used as position for SCROLL_TO operation.
Returns: TRUE - did the scroll operation.
diff --git a/alpine/confscroll.h b/alpine/confscroll.h
index c96f3036..7b7db2a3 100644
--- a/alpine/confscroll.h
+++ b/alpine/confscroll.h
@@ -77,7 +77,7 @@ extern OPT_SCREEN_S *opt_screen;
extern EditWhich ew;
-/* exported protoypes */
+/* exported prototypes */
int conf_scroll_screen(struct pine *, OPT_SCREEN_S *, CONF_S *, char *, char *, int, int *);
void standard_radio_setup(struct pine *, CONF_S **, struct variable *, CONF_S **);
int standard_radio_var(struct pine *, struct variable *);
diff --git a/alpine/conftype.h b/alpine/conftype.h
index f4ecac3f..3577bf8a 100644
--- a/alpine/conftype.h
+++ b/alpine/conftype.h
@@ -142,7 +142,7 @@ typedef struct conf_screen {
} OPT_SCREEN_S;
-/* exported protoypes */
+/* exported prototypes */
#endif /* PINE_CONFTYPE_INCLUDED */
diff --git a/alpine/context.h b/alpine/context.h
index 6f779383..685b3bc8 100644
--- a/alpine/context.h
+++ b/alpine/context.h
@@ -44,7 +44,7 @@ typedef struct context_screen {
} CONT_SCR_S;
-/* exported protoypes */
+/* exported prototypes */
void context_config_screen(struct pine *, CONT_SCR_S *, int);
CONTEXT_S *context_select_screen(struct pine *, CONT_SCR_S *, int);
diff --git a/alpine/dispfilt.h b/alpine/dispfilt.h
index c61a7a8e..bc6feb86 100644
--- a/alpine/dispfilt.h
+++ b/alpine/dispfilt.h
@@ -19,7 +19,7 @@
-/* exported protoypes */
+/* exported prototypes */
char *dfilter(char *, STORE_S *, gf_io_t, FILTLIST_S *);
char *dfilter_trigger(BODY *, char *, size_t);
char *expand_filter_tokens(char *, ENVELOPE *, char **, char **, char **, int *, int *, int *);
diff --git a/alpine/flagmaint.h b/alpine/flagmaint.h
index 7b9f82ae..a78044a8 100644
--- a/alpine/flagmaint.h
+++ b/alpine/flagmaint.h
@@ -48,7 +48,7 @@ struct flag_screen {
#define CMD_FLAG_UNKN 2
-/* exported protoypes */
+/* exported prototypes */
int flag_maintenance_screen(struct pine *, struct flag_screen *);
diff --git a/alpine/folder.c b/alpine/folder.c
index c48536fc..6670eca4 100644
--- a/alpine/folder.c
+++ b/alpine/folder.c
@@ -24,7 +24,7 @@ static char rcsid[] = "$Id: folder.c 1144 2008-08-14 16:53:34Z hubert@u.washingt
This puts up a list of all the folders in the users mail directory on
the screen spacing it nicely. The arrow keys move from one to another
and the user can delete the folder or select it to change to or copy a
-message to. The dispay lets the user scroll up or down a screen full,
+message to. The display lets the user scroll up or down a screen full,
or search for a folder name.
====*/
@@ -126,7 +126,7 @@ typedef struct _folder_screen {
/*
- * Struct mananging folder_lister metadata as it get's passed
+ * Struct mananging folder_lister metadata as it gets passed
* in and back up thru scrolltool
*/
typedef struct _folder_proc {
@@ -1187,7 +1187,7 @@ exit_collection_add(struct headerentry *he, void (*redraw_pico)(void), int allow
* of the path so we can test for the directory existence. The
* second's to make sure the server (and any requested service)
* name we were given exists. It should be handled by the folder
- * existence test futher below, but it doesn't work with news...
+ * existence test further below, but it doesn't work with news...
*
* Update. Now we are stripping the delimiter in the tmpnodel version
* so that we can pass that to folder_exists. Cyrus does not answer
diff --git a/alpine/folder.h b/alpine/folder.h
index 86219f2a..6da9c766 100644
--- a/alpine/folder.h
+++ b/alpine/folder.h
@@ -24,7 +24,7 @@
#include "../pith/conf.h"
-/* exported protoypes */
+/* exported prototypes */
void folder_screen(struct pine *);
void folder_config_screen(struct pine *, int);
int folders_for_goto(struct pine *, CONTEXT_S **, char *, int);
diff --git a/alpine/help.h b/alpine/help.h
index f2c63b20..6802b13a 100644
--- a/alpine/help.h
+++ b/alpine/help.h
@@ -31,7 +31,7 @@
#define HLPD_FROMHELP 0x08
-/* exported protoypes */
+/* exported prototypes */
int url_local_helper(char *);
int url_local_config(char *);
void init_helper_getc(char **);
diff --git a/alpine/imap.c b/alpine/imap.c
index fe38c06f..9d5f8ad5 100644
--- a/alpine/imap.c
+++ b/alpine/imap.c
@@ -353,7 +353,7 @@ void mm_login_oauth2(NETMBX *, char *, OAUTH2_S *, long int, char *, char *);
*
* 3. When saving this information we use the password caching facilities,
* but we must do it in a different format so that old information and
- * new information are not mixed. In order to accomodate this for new
+ * new information are not mixed. In order to accommodate this for new
* authentication methods, we save the information in the same fields,
* but this time we modify it slightly, so that old functions fail to
* understand the new information and so not modify it nor use it. The
@@ -371,7 +371,7 @@ void mm_login_oauth2(NETMBX *, char *, OAUTH2_S *, long int, char *, char *);
* authenticator is "XOAUTH2\001imap.gmail.com".
* In addition, the password field is not used to encode the password
* anymore, it is used to save login information needed in a format that
- * the caller function chooses, but that must be preceeded by the
+ * the caller function chooses, but that must be preceded by the
* "authenticator_method separator" code as above.
*/
void
@@ -666,9 +666,9 @@ mm_login_oauth2(NETMBX *mb, char *user, OAUTH2_S *login, long int trial,
}
/*----------------------------------------------------------------------
- recieve notification from IMAP
+ receive notification from IMAP
- Args: stream -- Mail stream message is relavant to
+ Args: stream -- Mail stream message is relevant to
string -- The message text
errflg -- Set if it is a serious error
@@ -1596,7 +1596,7 @@ mm_login_alt_cue(NETMBX *mb)
/*----------------------------------------------------------------------
Receive notification of an error writing to disk
- Args: stream -- The stream the error occured on
+ Args: stream -- The stream the error occurred on
errcode -- The system error code (errno)
serious -- Flag indicating error is serious (mail may be lost)
@@ -1860,7 +1860,7 @@ pine_tcptimeout(long int elapsed, long int sincelast, char *host)
flush_status_messages(0); /* make sure it's seen */
}
- mark_status_dirty(); /* make sure it get's cleared */
+ mark_status_dirty(); /* make sure it gets cleared */
resume_busy_cue((rv == 1) ? 3 : 0);
ps_global->tcptimeout = 0;
@@ -2982,7 +2982,7 @@ read_passfile(pinerc, l)
}
/*
- * if password file is encrypted we attemtp to decrypt. We ask the
+ * if password file is encrypted we attempt to decrypt. We ask the
* user for the password to unlock the password file. If the user
* enters the password and it unlocks the file, use it and keep saving
* passwords in it. If the user enters the wrong passwords and does
diff --git a/alpine/imap.h b/alpine/imap.h
index a78c1f0f..1b46af9e 100644
--- a/alpine/imap.h
+++ b/alpine/imap.h
@@ -21,7 +21,7 @@
#include "../pith/imap.h"
-/* exported protoypes */
+/* exported prototypes */
void pine_parse_quota (MAILSTREAM *, unsigned char *, QUOTALIST *);
QUOTALIST *pine_quotalist_copy (QUOTALIST *);
void *pine_block_notify(int, void *);
diff --git a/alpine/init.c b/alpine/init.c
index 260b8d99..13c6c57c 100644
--- a/alpine/init.c
+++ b/alpine/init.c
@@ -38,7 +38,7 @@ static char rcsid[] = "$Id: init.c 101 2006-08-10 22:53:04Z mikes@u.washington.e
/* these are used to report folder directory creation problems */
CONF_TXT_T init_md_exists[] = "The \"%s\" subdirectory already exists, but it is not writable by Alpine so Alpine cannot run. Please correct the permissions and restart Alpine.";
-CONF_TXT_T init_md_file[] = "Alpine requires a directory called \"%s\" and usualy creates it. You already have a regular file by that name which means Alpine cannot create the directory. Please move or remove it and start Alpine again.";
+CONF_TXT_T init_md_file[] = "Alpine requires a directory called \"%s\" and usually creates it. You already have a regular file by that name which means Alpine cannot create the directory. Please move or remove it and start Alpine again.";
CONF_TXT_T init_md_create[] = "Creating subdirectory \"%s\" where Alpine will store its mail folders.";
diff --git a/alpine/init.h b/alpine/init.h
index 443aaff6..0d03c5bf 100644
--- a/alpine/init.h
+++ b/alpine/init.h
@@ -18,7 +18,7 @@
#define PINE_INIT_INCLUDED
-/* exported protoypes */
+/* exported prototypes */
int init_mail_dir(struct pine *);
int expire_sent_mail(void);
diff --git a/alpine/kblock.c b/alpine/kblock.c
index f99916d6..949f516a 100644
--- a/alpine/kblock.c
+++ b/alpine/kblock.c
@@ -112,7 +112,7 @@ lock_keyboard(void)
for(i = 0; i < times; i++){
pw[0] = '\0';
- while(1){ /* input pasword to use for locking */
+ while(1){ /* input password to use for locking */
int rc;
char prompt[50];
diff --git a/alpine/kblock.h b/alpine/kblock.h
index eb6471fb..ef332c61 100644
--- a/alpine/kblock.h
+++ b/alpine/kblock.h
@@ -20,7 +20,7 @@
#ifdef KEYBOARD_LOCK
-/* exported protoypes */
+/* exported prototypes */
int lock_keyboard(void);
#endif /* KEYBOARD_LOCK */
diff --git a/alpine/keymenu.h b/alpine/keymenu.h
index 3885e443..4218ffba 100644
--- a/alpine/keymenu.h
+++ b/alpine/keymenu.h
@@ -242,7 +242,7 @@ struct key_menu {
* label (the Save part) but the actual command (the S) will stay
* the same, so it will be very difficult to come up with mnemonic
* labels. The mnemonic isn't necessary, just nice. You can see that
- * we have stretched to the edge of the usefullness of mnemonics with
+ * we have stretched to the edge of the usefulness of mnemonics with
* cases like K Kolor (instead of Color) and X eXceptions (because E
* already meant something else).
*/
@@ -674,7 +674,7 @@ extern struct key_menu cancel_keymenu,
extern struct key rev_msg_keys[];
-/* exported protoypes */
+/* exported prototypes */
void draw_cancel_keymenu(void);
void end_keymenu(void);
int menu_command(UCS, struct key_menu *);
diff --git a/alpine/ldapconf.h b/alpine/ldapconf.h
index b2b7183e..1c5abd9c 100644
--- a/alpine/ldapconf.h
+++ b/alpine/ldapconf.h
@@ -24,7 +24,7 @@
#include "../pith/bldaddr.h"
-/* exported protoypes */
+/* exported prototypes */
#ifdef ENABLE_LDAP
void directory_config(struct pine *, int);
int ldap_radiobutton_tool(struct pine *, int, CONF_S **, unsigned);
diff --git a/alpine/listsel.h b/alpine/listsel.h
index ec94848b..38057ef0 100644
--- a/alpine/listsel.h
+++ b/alpine/listsel.h
@@ -40,7 +40,7 @@ typedef struct list_selection {
} LIST_SEL_S;
-/* exported protoypes */
+/* exported prototypes */
int select_from_list_screen(LIST_SEL_S *, unsigned long, char *, char *, HelpType, char *, LIST_SEL_S *);
diff --git a/alpine/mailcmd.c b/alpine/mailcmd.c
index 204c3148..778a2f3b 100644
--- a/alpine/mailcmd.c
+++ b/alpine/mailcmd.c
@@ -189,7 +189,7 @@ static ESCKEY_S sel_opts3[] = {
static ESCKEY_S sel_opts4[] = {
{'a', 'a', "A", N_("select All")},
- /* TRANSLATORS: select currrently highlighted message Thread */
+ /* TRANSLATORS: select currently highlighted message Thread */
{'c', 'c', "C", N_("select Curthrd")},
{'n', 'n', "N", N_("Number")},
{'d', 'd', "D", N_("Date")},
@@ -229,7 +229,7 @@ static ESCKEY_S sel_opts5[] = {
static ESCKEY_S sel_opts6[] = {
{'a', 'a', "A", N_("select All")},
- /* TRANSLATORS: select currrently highlighted message Thread */
+ /* TRANSLATORS: select currently highlighted message Thread */
{'c', 'c', "C", N_("select Curthrd")},
{'n', 'n', "N", N_("Number")},
{'d', 'd', "D", N_("Date")},
@@ -1240,7 +1240,7 @@ get_out:
/*
* Right now the way zoom is implemented is sort of silly.
* There are two per-message flags where just one and a
- * global "zoom mode" flag to suppress messags from the index
+ * global "zoom mode" flag to suppress messages from the index
* should suffice.
*/
if(any_messages(msgmap, NULL, "to Zoom on")){
@@ -1996,7 +1996,7 @@ the_maint_screen:
}
}
- /* reaquire the elt pointer */
+ /* reacquire the elt pointer */
mc = (state->mail_stream
&& (rawno = mn_m2raw(msgmap, mn_get_cur(msgmap))) > 0L
&& rawno <= state->mail_stream->nmsgs)
@@ -3807,7 +3807,7 @@ cmd_export(struct pine *state, MSGNO_S *msgmap, int qline, int aopt)
if(!bezerk_delimiter(env, mc, pc, leading_nl)
|| !format_message(mn_m2raw(msgmap, i), env, b, NULL,
FM_NEW_MESS | FM_NOWRAP, pc)){
- orig_errno = errno; /* save incase things are really bad */
+ orig_errno = errno; /* save in case things are really bad */
failure = 1; /* pop out of here */
break;
}
@@ -3998,7 +3998,7 @@ cmd_export(struct pine *state, MSGNO_S *msgmap, int qline, int aopt)
else{
if(saved)
q_status_message2(SM_ORDER, 0, 3,
- /* TRANSLATORS: Saved <how many> attachements to <directory name> */
+ /* TRANSLATORS: Saved <how many> attachments to <directory name> */
_("Saved %s attachments to %s"),
long2string((long) saved), dir);
else
@@ -5044,7 +5044,7 @@ build_updown_cmd(char *cmd, size_t cmdlen, char *prefix, char *cfg_str, char *fn
int fname_found = 0;
if(prefix && *prefix){
- /* loop thru replacing all occurances of _FILE_ */
+ /* loop thru replacing all occurrences of _FILE_ */
p = strncpy(cmd, prefix, cmdlen);
cmd[cmdlen-1] = '\0';
while((p = strstr(p, "_FILE_")))
@@ -5053,7 +5053,7 @@ build_updown_cmd(char *cmd, size_t cmdlen, char *prefix, char *cfg_str, char *fn
fputs(cmd, stdout);
}
- /* loop thru replacing all occurances of _FILE_ */
+ /* loop thru replacing all occurrences of _FILE_ */
p = strncpy(cmd, cfg_str, cmdlen);
cmd[cmdlen-1] = '\0';
while((p = strstr(p, "_FILE_"))){
diff --git a/alpine/mailcmd.h b/alpine/mailcmd.h
index 062fbe07..8bcd7410 100644
--- a/alpine/mailcmd.h
+++ b/alpine/mailcmd.h
@@ -64,7 +64,7 @@ typedef enum {DontAskPreserve, NoPreserve, Preserve, RetNoPreserve, RetPreserve}
typedef enum {View, MsgIndx, ThrdIndx} CmdWhere;
-/* exported protoypes */
+/* exported prototypes */
int alpine_get_data_prompt(char *, char *, size_t);
int alpine_get_password(char *, char *, size_t);
int alpine_smime_confirm_save(char *);
diff --git a/alpine/mailindx.c b/alpine/mailindx.c
index c5862c6b..60f9c1b0 100644
--- a/alpine/mailindx.c
+++ b/alpine/mailindx.c
@@ -2415,7 +2415,7 @@ pine_imap_envelope(MAILSTREAM *stream, long unsigned int rawno, ENVELOPE *env)
/*----------------------------------------------------------------------
- Scroll to specified postion.
+ Scroll to specified position.
Args: pos - position to scroll to.
@@ -2529,8 +2529,8 @@ index_scroll_down(long int scroll_count)
}
/*
- * If not multiple selection, see if selected message visable. if not
- * set it to last visable message.
+ * If not multiple selection, see if selected message visible. if not
+ * set it to last visible message.
*/
if(mn_total_cur(current_index_state->msgmap) == 1L) {
j = 0L;
@@ -2602,8 +2602,8 @@ index_scroll_up(long int scroll_count)
/*
- * If not multiple selection, see if selected message visable. if not
- * set it to last visable message.
+ * If not multiple selection, see if selected message visible. if not
+ * set it to last visible message.
*/
if(mn_total_cur(current_index_state->msgmap) == 1L) {
j = 0L;
diff --git a/alpine/mailindx.h b/alpine/mailindx.h
index f26e512f..b68edbf8 100644
--- a/alpine/mailindx.h
+++ b/alpine/mailindx.h
@@ -91,7 +91,7 @@ typedef enum {MsgIndex, MultiMsgIndex, ZoomIndex, ThreadIndex} IndexType;
extern struct index_state *current_index_state;
-/* exported protoypes */
+/* exported prototypes */
void mail_index_screen(struct pine *);
struct key_menu *do_index_border(CONTEXT_S *, char *, MAILSTREAM *, MSGNO_S *, IndexType, int *, int);
void *stop_threading_temporarily(void);
diff --git a/alpine/mailpart.c b/alpine/mailpart.c
index de103db4..3ce1e272 100644
--- a/alpine/mailpart.c
+++ b/alpine/mailpart.c
@@ -910,7 +910,7 @@ attachment_screen(struct pine *ps)
/*----------------------------------------------------------------------
allocate and attach a fresh attachment line struct
- Args: current -- display line to attache new struct to
+ Args: current -- display line to attach new struct to
Returns: newly alloc'd attachment display line
----*/
diff --git a/alpine/mailpart.h b/alpine/mailpart.h
index f874b78a..21e9d99a 100644
--- a/alpine/mailpart.h
+++ b/alpine/mailpart.h
@@ -29,7 +29,7 @@
#define DA_DIDPROMPT 0x08 /* Already prompted to view att */
-/* exported protoypes */
+/* exported prototypes */
void attachment_screen(struct pine *);
void write_attachment(int, long, ATTACH_S *, char *);
int write_attachment_to_file(MAILSTREAM *, long, ATTACH_S *, int, char *);
diff --git a/alpine/mailview.c b/alpine/mailview.c
index c151a1e1..d8cf663d 100644
--- a/alpine/mailview.c
+++ b/alpine/mailview.c
@@ -3340,7 +3340,7 @@ scrolltool(SCROLL_S *sparms)
ClearLine(1);
break;
}
- /* else no reformatting neccessary, fall thru to repaint */
+ /* else no reformatting necessary, fall thru to repaint */
/*-------------- refresh -------------*/
@@ -4157,7 +4157,7 @@ format_scroll_text(void)
* of the file is the one first in the text_lines buffer.
*
* NOTE: talk about massive potential for tuning...
- * Goes without saying this is still under constuction
+ * Goes without saying this is still under construction
*/
void
ScrollFile(long int line)
@@ -4180,7 +4180,7 @@ ScrollFile(long int line)
* BOGUS: this is painfully crude right now, but I just want to get
* it going.
*
- * possibly in the near furture, an array of indexes into the
+ * possibly in the near future, an array of indexes into the
* file that are the offset for the beginning of each line will
* speed things up. Of course, this
* will have limits, so maybe a disk file that is an array
@@ -5440,7 +5440,7 @@ mswin_readscrollbuf(n)
Args: cmd - what type of scroll operation.
- scroll_pos - paramter for operation.
+ scroll_pos - parameter for operation.
used as position for SCROLL_TO operation.
Returns: TRUE - did the scroll operation.
diff --git a/alpine/mailview.h b/alpine/mailview.h
index e1a2bd47..b1018e11 100644
--- a/alpine/mailview.h
+++ b/alpine/mailview.h
@@ -109,7 +109,7 @@ typedef struct scrolltool_s {
} SCROLL_S;
-/* exported protoypes */
+/* exported prototypes */
char *get_url_external_handler(char *, int);
int do_url_launch(char *, char *);
void mail_view_screen(struct pine *);
diff --git a/alpine/newmail.h b/alpine/newmail.h
index 07d9551e..631bd94b 100644
--- a/alpine/newmail.h
+++ b/alpine/newmail.h
@@ -17,7 +17,7 @@
#ifndef ALPINE_NEWMAIL_INCLUDED
#define ALPINE_NEWMAIL_INCLUDED
-/* exported protoypes */
+/* exported prototypes */
void newmail_status_message(MAILSTREAM *, long, long);
#endif /* ALPINE_NEWMAIL_INCLUDED */
diff --git a/alpine/newuser.h b/alpine/newuser.h
index 2437f6ef..9396199f 100644
--- a/alpine/newuser.h
+++ b/alpine/newuser.h
@@ -21,7 +21,7 @@
#include "../pith/state.h"
-/* exported protoypes */
+/* exported prototypes */
void new_user_or_version(struct pine *);
diff --git a/alpine/osdep/jobcntrl.h b/alpine/osdep/jobcntrl.h
index 3908cce7..c89531b8 100644
--- a/alpine/osdep/jobcntrl.h
+++ b/alpine/osdep/jobcntrl.h
@@ -17,7 +17,7 @@
#define PINE_OSDEP_JOBCNTRL_INCLUDED
-/* exported protoypes */
+/* exported prototypes */
int have_job_control(void);
void stop_process(void);
diff --git a/alpine/osdep/termin.gen.c b/alpine/osdep/termin.gen.c
index dfea78ff..d42ba3c0 100644
--- a/alpine/osdep/termin.gen.c
+++ b/alpine/osdep/termin.gen.c
@@ -620,7 +620,7 @@ optionally_enter(char *utf8string, int y_base, int x_base, int utf8string_size,
case ctrl('H'):
/* Try and do this with by telling the terminal to delete a
a character. If that fails, then repaint the rest of the
- line, acheiving the same much less efficiently
+ line, achieving the same much less efficiently
*/
if(field_pos <= 0)
goto bleep;
diff --git a/alpine/osdep/termin.unx.c b/alpine/osdep/termin.unx.c
index 9ff020a4..caf18560 100644
--- a/alpine/osdep/termin.unx.c
+++ b/alpine/osdep/termin.unx.c
@@ -69,7 +69,7 @@ static char rcsid[] = "$Id: termin.unx.c 1025 2008-04-08 22:59:38Z hubert@u.wash
/*======================================================================
Things having to do with reading from the tty driver and keyboard
- initialize tty driver and reset tty driver
- - read a character from terminal with keyboard escape seqence mapping
+ - read a character from terminal with keyboard escape sequence mapping
- initialize keyboard (keypad or such) and reset keyboard
- prompt user for a line of input
- read a command from keyboard with timeouts.
diff --git a/alpine/osdep/termout.unx.c b/alpine/osdep/termout.unx.c
index 8ef5d031..de87565b 100644
--- a/alpine/osdep/termout.unx.c
+++ b/alpine/osdep/termout.unx.c
@@ -74,7 +74,7 @@ static char rcsid[] = "$Id: termout.unx.c 955 2008-03-06 23:52:36Z hubert@u.wash
This code used to pay attention to the "am" auto margin and "xn"
new line glitch fields, but they were so often incorrect because many
terminals can be configured to do either that we've taken it out. It
-now assumes it dosn't know where the cursor is after outputing in the
+now assumes it doesn't know where the cursor is after outputting in the
80th column.
*/
@@ -117,7 +117,7 @@ extern char *tgoto(char *, int, int);
Result: terminal size is discovered and set in pine state
termcap entry is fetched and stored
- make sure terminal has adequate capabilites
+ make sure terminal has adequate capabilities
evaluate scrolling situation
returns status of indicating the state of the screen/termcap entry
@@ -673,9 +673,9 @@ EndScroll(void)
Args: lines -- number of lines to scroll, positive forward
Result: Screen scrolls
- returns 0 if scroll succesful, -1 if not
+ returns 0 if scroll successful, -1 if not
- positive lines goes foward (new lines come in at bottom
+ positive lines goes forward (new lines come in at bottom
Leaves cursor at the place to insert put new text
0,0 is the upper left
diff --git a/alpine/osdep/termout.win b/alpine/osdep/termout.win
index f3f027ee..9b32d919 100644
--- a/alpine/osdep/termout.win
+++ b/alpine/osdep/termout.win
@@ -34,7 +34,7 @@ NewLine()
Input: character to output
termcap escape sequences
- Result: charcter is inserted if possible
+ Result: character is inserted if possible
return -1 if it can't be done
----------------------------------------------------------------------*/
InsertChar(c)
@@ -95,9 +95,9 @@ DeleteChar(n)
Input: number of lines to scroll, positive forward
Result: Screen scrolls
- returns 0 if scroll succesful, -1 if not
+ returns 0 if scroll successful, -1 if not
- positive lines goes foward (new lines come in at bottom
+ positive lines goes forward (new lines come in at bottom
Leaves cursor at the place to insert put new text
0,0 is the upper left
diff --git a/alpine/osdep/termout.wnt.c b/alpine/osdep/termout.wnt.c
index 45d7be2a..3e07bcfa 100644
--- a/alpine/osdep/termout.wnt.c
+++ b/alpine/osdep/termout.wnt.c
@@ -150,7 +150,7 @@ end_screen(char *message, int exit_val)
Result: terminal size is discovered and set pine state
termcap entry is fetched and stored in local variables
- make sure terminal has adequate capabilites
+ make sure terminal has adequate capabilities
evaluate scrolling situation
returns status of indicating the state of the screen/termcap entry
@@ -361,7 +361,7 @@ MoveCursor(int row, int col)
/*----------------------------------------------------------------------
Write a character to the screen, keeping track of cursor position
- Input: charater to write
+ Input: character to write
Result: character output
cursor position variables updated
diff --git a/alpine/pattern.h b/alpine/pattern.h
index c1dedb51..9268db8d 100644
--- a/alpine/pattern.h
+++ b/alpine/pattern.h
@@ -19,7 +19,7 @@
#include "../pith/pattern.h"
-/* exported protoypes */
+/* exported prototypes */
void pattern_filter_command(char **, SEARCHSET *, MAILSTREAM *, long, INTVL_S *);
diff --git a/alpine/pipe.h b/alpine/pipe.h
index 06bf1d95..9becc3d0 100644
--- a/alpine/pipe.h
+++ b/alpine/pipe.h
@@ -22,7 +22,7 @@
#include "../pith/osdep/pipe.h"
-/* exported protoypes */
+/* exported prototypes */
int raw_pipe_getc(unsigned char *);
void prime_raw_pipe_getc(MAILSTREAM *, long, long, long);
PIPE_S *cmd_pipe_open(char *, char **, int, gf_io_t *);
diff --git a/alpine/print.h b/alpine/print.h
index ff80a61b..358e00dd 100644
--- a/alpine/print.h
+++ b/alpine/print.h
@@ -21,7 +21,7 @@
#include "../pith/state.h"
-/* exported protoypes */
+/* exported prototypes */
char *printer_name(char *);
#ifndef DOS
void select_printer(struct pine *, int);
diff --git a/alpine/radio.h b/alpine/radio.h
index a86a98ad..b1ca6f51 100644
--- a/alpine/radio.h
+++ b/alpine/radio.h
@@ -70,7 +70,7 @@ typedef struct esckey {
#define WT_SEQ_SENSITIVE 0x02 /* Sensitive to seq # changes */
-/* exported protoypes */
+/* exported prototypes */
int want_to(char *, int, int, HelpType, int);
int one_try_want_to(char *, int, int, HelpType, int);
int radio_buttons(char *, int, ESCKEY_S *, int, int, HelpType, int);
diff --git a/alpine/remote.h b/alpine/remote.h
index 2ffe410e..b1d3f6e8 100644
--- a/alpine/remote.h
+++ b/alpine/remote.h
@@ -21,7 +21,7 @@
#include "../pith/remote.h"
-/* exported protoypes */
+/* exported prototypes */
char *rd_metadata_name(void);
diff --git a/alpine/reply.c b/alpine/reply.c
index 89c0d9be..57d9e2d5 100644
--- a/alpine/reply.c
+++ b/alpine/reply.c
@@ -242,7 +242,7 @@ reply(struct pine *pine_state, ACTION_S *role_arg)
}
/*
- * If we're agg-replying or there's a newsgroup and the user want's
+ * If we're agg-replying or there's a newsgroup and the user wants
* to post to news *and* via email, add relevant addresses to the
* outgoing envelope...
*
@@ -431,7 +431,7 @@ reply(struct pine *pine_state, ACTION_S *role_arg)
seq[++times] = -1L; /* mark end of sequence list */
- /*========== Other miscelaneous fields ===================*/
+ /*========== Other miscellaneous fields ===================*/
outgoing->in_reply_to = reply_in_reply_to(env);
outgoing->references = reply_build_refs(env);
outgoing->message_id = generate_message_id();
@@ -2168,7 +2168,7 @@ signature_edit(char *sigfile, char *title)
ps_global->msgmap,
0, FolderName, 0, 0, NULL);
- /* NOTE: at this point, alot of pico struct fields are null'd out
+ /* NOTE: at this point, a lot of pico struct fields are null'd out
* thanks to the leading memset; in particular "headents" which tells
* pico to behave like a normal editor (though modified slightly to
* let the caller dictate the file to edit and such)...
@@ -2362,7 +2362,7 @@ signature_edit_lit(char *litsig, char **result, char *title, HelpType composer_h
ps_global->msgmap,
0, FolderName, 0, 0, NULL);
- /* NOTE: at this point, alot of pico struct fields are null'd out
+ /* NOTE: at this point, a lot of pico struct fields are null'd out
* thanks to the leading memset; in particular "headents" which tells
* pico to behave like a normal editor (though modified slightly to
* let the caller dictate the file to edit and such)...
diff --git a/alpine/reply.h b/alpine/reply.h
index 3a88dac5..fc3dcf16 100644
--- a/alpine/reply.h
+++ b/alpine/reply.h
@@ -24,7 +24,7 @@
#include "../pith/store.h"
-/* exported protoypes */
+/* exported prototypes */
int reply(struct pine *, ACTION_S *);
int confirm_role(long, ACTION_S **);
int reply_to_all_query(int *);
diff --git a/alpine/roleconf.h b/alpine/roleconf.h
index 3e8479f8..267276f8 100644
--- a/alpine/roleconf.h
+++ b/alpine/roleconf.h
@@ -24,7 +24,7 @@
#include "../pith/msgno.h"
-/* exported protoypes */
+/* exported prototypes */
int role_select_screen(struct pine *, ACTION_S **, int);
void role_config_screen(struct pine *, long, int);
void role_take(struct pine *, MSGNO_S *, int);
diff --git a/alpine/send.c b/alpine/send.c
index f41bb75b..332b3dc3 100644
--- a/alpine/send.c
+++ b/alpine/send.c
@@ -3841,7 +3841,7 @@ pine_send(ENVELOPE *outgoing, struct mail_bodystruct **body,
#if defined(BACKGROUND_POST) && defined(SIGCHLD)
/*
- * If requested, launch backgroud posting...
+ * If requested, launch background posting...
*/
if(background_requested && !(call_mailer_flags & CM_VERBOSE)){
ps_global->post = (POST_S *)fs_get(sizeof(POST_S));
@@ -5670,7 +5670,7 @@ outgoing2strings(METAENV *header, struct mail_bodystruct *bod, void **text,
All parts in the body passed in here that are not already
in the attachments list are added to the end of the attachments
list. Attachment items not in the body list will be taken care
- of in strings2outgoing, but they are unlikey to occur
+ of in strings2outgoing, but they are unlikely to occur
*/
for(part = bod->nested.part->next; part != NULL; part = part->next) {
diff --git a/alpine/send.h b/alpine/send.h
index f8d63f8b..cdf03260 100644
--- a/alpine/send.h
+++ b/alpine/send.h
@@ -34,7 +34,7 @@
#define PS_STICKY_TO 0x02
-/* exported protoypes */
+/* exported prototypes */
void compose_screen(struct pine *);
void alt_compose_screen(struct pine *);
void compose_mail(char *, char *, ACTION_S *, PATMT *, gf_io_t);
diff --git a/alpine/setup.c b/alpine/setup.c
index 4d6c825e..1ed8d7fe 100644
--- a/alpine/setup.c
+++ b/alpine/setup.c
@@ -920,7 +920,7 @@ stayopen_list_tool(struct pine *ps, int cmd, CONF_S **cl, unsigned int flags)
/*
* Delay setting the displayed value until "var.current_val" is set
- * in case current val get's changed due to a special case above.
+ * in case current val gets changed due to a special case above.
*/
if(newval){
if(*newval)
diff --git a/alpine/setup.h b/alpine/setup.h
index fef722b5..5c76ba1e 100644
--- a/alpine/setup.h
+++ b/alpine/setup.h
@@ -22,7 +22,7 @@
#include "../pith/state.h"
-/* exported protoypes */
+/* exported prototypes */
void option_screen(struct pine *, int);
int litsig_text_tool(struct pine *, int, CONF_S **, unsigned);
char *pretty_var_name(char *);
diff --git a/alpine/signal.c b/alpine/signal.c
index 950c1f43..ab715ee8 100644
--- a/alpine/signal.c
+++ b/alpine/signal.c
@@ -632,7 +632,7 @@ pipe_callback(PIPE_S *syspipe, int flags, void *data)
if(!child_signalled){
if(setjmp(child_state) == 0){
child_jump = 1; /* prepare to wake up */
- sleep(600); /* give it 5mins to happend */
+ sleep(600); /* give it 5mins to happen */
}
else
our_sigunblock(SIGCHLD);
diff --git a/alpine/signal.h b/alpine/signal.h
index f752712e..549d5cc5 100644
--- a/alpine/signal.h
+++ b/alpine/signal.h
@@ -28,7 +28,7 @@
#define MAX_BM 150 /* max length of busy message */
-/* exported protoypes */
+/* exported prototypes */
RETSIGTYPE hup_signal(void);
RETSIGTYPE child_signal(int);
void user_input_timeout_exit(int);
diff --git a/alpine/smime.h b/alpine/smime.h
index e6667da6..319f58a8 100644
--- a/alpine/smime.h
+++ b/alpine/smime.h
@@ -24,7 +24,7 @@
#include "../pith/smime.h"
-/* exported protoypes */
+/* exported prototypes */
int smime_get_passphrase(void);
int smime_certificate_error_ask(int error);
void smime_info_screen(struct pine *ps);
diff --git a/alpine/status.c b/alpine/status.c
index eac42e44..146cf765 100644
--- a/alpine/status.c
+++ b/alpine/status.c
@@ -1107,7 +1107,7 @@ output_message_modal(SMQ_T *mq_entry, int ding)
char *p, *q, *s, *t;
SCROLL_S sargs;
- /* Count the number of modal messsages and add up their lengths. */
+ /* Count the number of modal messages and add up their lengths. */
for(m = mq_entry->next; m != mq_entry; m = m->next)
if((m->flags & SM_MODAL) && !m->shown){
i++;
diff --git a/alpine/status.h b/alpine/status.h
index ef9fd35c..e2e9c2cd 100644
--- a/alpine/status.h
+++ b/alpine/status.h
@@ -21,7 +21,7 @@
#include "../pith/status.h"
-/* exported protoypes */
+/* exported prototypes */
int messages_queued(long *);
char *last_message_queued(void);
void flush_ordered_messages(void);
diff --git a/alpine/talk.h b/alpine/talk.h
index a748e81a..80e515b3 100644
--- a/alpine/talk.h
+++ b/alpine/talk.h
@@ -32,7 +32,7 @@
#define disallow_talk(p) tty_chmod((p), TALK_BIT|GM_BIT, TMD_CLEAR)
-/* exported protoypes */
+/* exported prototypes */
#endif /* PITH_TALK_INCLUDED */
diff --git a/alpine/titlebar.h b/alpine/titlebar.h
index 9f273b4c..8ef7c942 100644
--- a/alpine/titlebar.h
+++ b/alpine/titlebar.h
@@ -34,7 +34,7 @@ typedef enum {TitleBarNone = 0, FolderName, MessageNumber, MsgTextPercent,
ThrdMsgNum, ThrdMsgPercent} TitleBarType;
-/* exported protoypes */
+/* exported protoyypes */
void end_titlebar(void);
void push_titlebar_state(void);
void pop_titlebar_state(void);