summaryrefslogtreecommitdiffstats
path: root/sbin/atm
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
commit47a2266000dcef92e2019fc82b50ce7ce7753ec3 (patch)
treec951bed0034c4c08e2321e4d9d5bdc4ed441be11 /sbin/atm
parent5a1663094b19de58fc8a32485a629c3382407a8c (diff)
downloadFreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.zip
FreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.tar.gz
Fix typo: seperate -> separate.
Seperate does not exist in the english language. Submitted to look at by: kris
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 324c13e..c6fad77 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 )
OpenPOWER on IntegriCloud