summaryrefslogtreecommitdiff
path: root/pico/composer.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
commit06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch)
tree2b483acf3ec2da573992c20b766a480e22f4c45a /pico/composer.c
parent9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff)
downloadalpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz
* 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.
Diffstat (limited to 'pico/composer.c')
-rw-r--r--pico/composer.c10
1 files changed, 5 insertions, 5 deletions
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.