summaryrefslogtreecommitdiff
path: root/pith/mailcap.c
diff options
context:
space:
mode:
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 1216e65..9fd9410 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 *