summaryrefslogtreecommitdiff
path: root/alpine/alpine.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 /alpine/alpine.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 'alpine/alpine.c')
-rw-r--r--alpine/alpine.c6
1 files changed, 3 insertions, 3 deletions
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.