From 06c6ab430b223f6923fe74a4b8d11f3e626848a8 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 15 Jan 2020 21:41:39 -0700 Subject: * Fix a number of misspellings in the source code of Alpine. I hav only fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener. --- pico/composer.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pico/composer.c') diff --git a/pico/composer.c b/pico/composer.c index 88be7ac2..6649da50 100644 --- a/pico/composer.c +++ b/pico/composer.c @@ -539,7 +539,7 @@ HeaderEditor(int f, int n) * since we left... */ - /* fix postition */ + /* fix position */ if(curwp->w_doto < headents[ods.cur_e].prwid) ods.p_ind = 0; else if(curwp->w_doto < ods.p_ind + headents[ods.cur_e].prwid) @@ -3493,7 +3493,7 @@ InvertPrompt(int entry, int state) (*term.t_rev)(1); while(*bufp && *(bufp + 1)) - pputc(*bufp++, 1); /* putc upto last char */ + pputc(*bufp++, 1); /* putc up to last char */ if(state) (*term.t_rev)(0); @@ -4106,7 +4106,7 @@ KillHeaderLine(struct hdr_line *l, int append) * functions. * * returns: - * TRUE if something good happend + * TRUE if something good happened * FALSE otherwise */ int @@ -4498,7 +4498,7 @@ packheader(void) count = 0; while(line != NULL){ /* - * add one for possible concatination of a ' ' character ... + * add one for possible concatenation of a ' ' character ... */ p = ucs4_to_utf8_cpystr(line->text); if(p){ @@ -4816,7 +4816,7 @@ mark_sticky(struct headerentry *h) #undef HeaderEditor /* - * Wraper function for the real header editor. + * Wrapper function for the real header editor. * Does the important tasks of: * 1) verifying that we _can_ edit the headers. * 2) acting on the result code from the header editor. -- cgit v1.2.3-54-g00ecf