aboutsummaryrefslogtreecommitdiff
path: root/sbin/atm
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
commit9a01d32bfda2e5b622dab39c39ef042921865b0a (patch)
tree8f8229358511c42afe56ddd7993b4664bb906eb5 /sbin/atm
parent910644e10f9009d99e08e8ec6f17558c037549e7 (diff)
downloadsrc-9a01d32bfda2e5b622dab39c39ef042921865b0a.tar.gz
src-9a01d32bfda2e5b622dab39c39ef042921865b0a.zip
Fix typo: seperate -> separate.
Seperate does not exist in the english language. Submitted to look at by: kris
Notes
Notes: svn path=/head/; revision=72089
Diffstat (limited to 'sbin/atm')
-rw-r--r--sbin/atm/ilmid/ilmid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c
index 324c13e36139..c6fad77d4e09 100644
--- a/sbin/atm/ilmid/ilmid.c
+++ b/sbin/atm/ilmid/ilmid.c
@@ -393,9 +393,9 @@ hexdump ( bp, len )
int i, j;
/*
- * Print as 4 groups of four bytes. Each byte seperated
- * by space, each block of four seperated, and two blocks`
- * of eight also seperated.
+ * Print as 4 groups of four bytes. Each byte separated
+ * by space, each block of four separated, and two blocks`
+ * of eight also separated.
*/
for ( i = 0; i < len; i += 16 ) {
if ( Log )