summaryrefslogtreecommitdiffstats
path: root/help.c
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2015-01-26 13:07:25 +0100
committerVincent Lefevre <vincent@vinc17.net>2015-01-26 13:07:25 +0100
commitcbcd650ef8829bd54d6a3aa91ff5dfe97a1db5d0 (patch)
tree88b48a7c525bef13e2de9c2fce3ed31cb4d80722 /help.c
parent1e63e245a45da26464158c23d9ee8fc513ae64f6 (diff)
Corrected various spelling mistakes (most of them reported by codespell).
Diffstat (limited to 'help.c')
-rw-r--r--help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.c b/help.c
index c1d2d0c6..8afabf03 100644
--- a/help.c
+++ b/help.c
@@ -204,7 +204,7 @@ static void format_line (FILE *f, int ismacro,
fputs (t1, f);
/* don't try to press string into one line with less than 40 characters.
- The double paranthesis avoid a gcc warning, sigh ... */
+ The double parenthesis avoids a gcc warning, sigh ... */
if ((split = COLS < 40))
{
col_a = col = 0;