summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-23 14:07:04 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-07-23 14:07:04 +0200
commitfd1b65cbb2a0d6c1b52b30e3b9010ead734c0cc1 (patch)
tree03c14f393279ccbd185179cc38522126fb1725ab /lib.c
parent3e4064102fde1d92c501a19174b9a250dd99408c (diff)
fix typos in comments
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index b80a997b..c7d95af7 100644
--- a/lib.c
+++ b/lib.c
@@ -787,7 +787,7 @@ char *mutt_read_line (char *s, size_t *size, FILE *fp, int *line, int flags)
}
else
{
- ungetc (c, fp); /* undo our dammage */
+ ungetc (c, fp); /* undo our damage */
/* There wasn't room for the line -- increase ``s'' */
offset = *size - 1; /* overwrite the terminating 0 */
*size += STRING;