diff options
author | alex <alex@FreeBSD.org> | 1998-07-30 02:27:41 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-07-30 02:27:41 +0000 |
commit | be8869d4871edf399225fb2eee7eb694ce44fb1a (patch) | |
tree | fedc832e9f2caf56eb0459d2e3adacf2f4066ec6 /sys/netatalk | |
parent | 97c8c135a4ca5505825032c8565c1d8ed237cd02 (diff) | |
download | FreeBSD-src-be8869d4871edf399225fb2eee7eb694ce44fb1a.zip FreeBSD-src-be8869d4871edf399225fb2eee7eb694ce44fb1a.tar.gz |
Typo fix: teh --> (the|they)
Diffstat (limited to 'sys/netatalk')
-rw-r--r-- | sys/netatalk/at_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatalk/at_control.c b/sys/netatalk/at_control.c index a5afb78..2138995 100644 --- a/sys/netatalk/at_control.c +++ b/sys/netatalk/at_control.c @@ -710,7 +710,7 @@ at_broadcast( sat ) * between the two addresses makes its transition. * Each of the upper and lower ranges might not exist, or might be * representable by 1 or more netmasks. In addition, if both - * ranges can be represented by the same netmask, then teh can be merged + * ranges can be represented by the same netmask, then they can be merged * by using the next higher netmask.. */ |