aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-18 10:25:42 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-18 10:25:42 +0000
commit7c637968288584dda60170d7c2977973e20ae503 (patch)
tree45a0664498937bc4a5b09cb87bed5f1579c53b17 /libexec
parentd2a2c8cac97a0b151c46f3a6635c7ece5414abf8 (diff)
downloadsrc-7c637968288584dda60170d7c2977973e20ae503.tar.gz
src-7c637968288584dda60170d7c2977973e20ae503.zip
Preceed/preceeding are not english words. Use precede or preceding.
Notes
Notes: svn path=/head/; revision=72640
Diffstat (limited to 'libexec')
-rw-r--r--libexec/bootpd/readfile.c4
-rw-r--r--libexec/telnetd/state.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c
index 58c65b57edeb..a46f9e5dbe79 100644
--- a/libexec/bootpd/readfile.c
+++ b/libexec/bootpd/readfile.c
@@ -489,9 +489,9 @@ readtab(force)
* Read an entire host entry from the file pointed to by "fp" and insert it
* into the memory pointed to by "buffer". Leading whitespace and comments
* starting with "#" are ignored (removed). Backslashes (\) always quote
- * the next character except that newlines preceeded by a backslash cause
+ * the next character except that newlines preceded by a backslash cause
* line-continuation onto the next line. The entry is terminated by a
- * newline character which is not preceeded by a backslash. Sequences
+ * newline character which is not preceded by a backslash. Sequences
* surrounded by double quotes are taken literally (including newlines, but
* not backslashes).
*
diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c
index 79af9333cbec..85eb28881371 100644
--- a/libexec/telnetd/state.c
+++ b/libexec/telnetd/state.c
@@ -1167,7 +1167,7 @@ suboption()
if (SB_EOF())
break; /* another garbage check */
- if (request == LM_SLC) { /* SLC is not preceeded by WILL or WONT */
+ if (request == LM_SLC) { /* SLC is not preceded by WILL or WONT */
/*
* Process suboption buffer of slc's
*/