summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/charset2html.c2
-rw-r--r--extra/replace.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/charset2html.c b/extra/charset2html.c
index cafac2c1cd5..5851f206a1c 100644
--- a/extra/charset2html.c
+++ b/extra/charset2html.c
@@ -97,7 +97,7 @@ static void print_cs(CHARSET_INFO *cs)
{
/*
Control characters 0x0080..0x009F are dysplayed by some
- browers as if they were letters. Don't print them to
+ browsers as if they were letters. Don't print them to
avoid confusion.
*/
printf("<TD>ctrl<TD>ctrl<TD>ctrl");
diff --git a/extra/replace.c b/extra/replace.c
index 56cf02f2002..a9982670384 100644
--- a/extra/replace.c
+++ b/extra/replace.c
@@ -36,7 +36,7 @@
The programs make a DFA-state-machine of the strings and the speed isn't
dependent on the count of replace-strings (only of the number of replaces).
A line is assumed ending with \n or \0.
- There are no limit exept memory on length of strings.
+ There are no limit except memory on length of strings.
Written by Monty.
fill_buffer_retaining() is taken from gnu-grep and modified.