summaryrefslogtreecommitdiff
path: root/pith/mailcap.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 /pith/mailcap.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 'pith/mailcap.c')
-rw-r--r--pith/mailcap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pith/mailcap.c b/pith/mailcap.c
index 1216e653..9fd9410e 100644
--- a/pith/mailcap.c
+++ b/pith/mailcap.c
@@ -300,7 +300,7 @@ mc_parse_line(char **line, char **tokens)
/*
- * Retuns 1 if line is a comment, 0 otherwise
+ * Returns 1 if line is a comment, 0 otherwise
*/
int
mc_comment(char **line)
@@ -325,7 +325,7 @@ mc_comment(char **line)
/*
- * Retuns 0 if EOL, 1 otherwise
+ * Returns 0 if EOL, 1 otherwise
*/
int
mc_token(char **token, char **line)
@@ -532,7 +532,7 @@ mc_sane_command(char *command)
#ifdef LATER
/*
* NOTE: Maybe we'll do this later. The problem is when the
- * mailcap's been misconfigured. We then end up supressing
+ * mailcap's been misconfigured. We then end up suppressing
* valuable output when the user actually tries to launch the
* spec'd viewer.
*/
@@ -548,7 +548,7 @@ mc_sane_command(char *command)
/*
- * Returns the mailcap entry for type/subtype from the successfull
+ * Returns the mailcap entry for type/subtype from the successful
* mailcap entry, or NULL if none. Command string still contains % stuff.
*/
MailcapEntry *