diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
commit | 2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (patch) | |
tree | d3b94ea5b02dffbb2c0e5d31631391f45eda4df5 /usr.bin/doscmd | |
parent | 3ade7f7578b70f38723a624d12f4d0866ecc461f (diff) | |
download | FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.zip FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.tar.gz |
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r-- | usr.bin/doscmd/dos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/dos.c b/usr.bin/doscmd/dos.c index 67b43687..36e11ae 100644 --- a/usr.bin/doscmd/dos.c +++ b/usr.bin/doscmd/dos.c @@ -2239,7 +2239,7 @@ int21_net(regcontext_t *REGS) return (ACCESS_DENIED); case 0x08: /* Set redirected printer mode */ debug(D_HALF, "Redirection is %s\n", - R_DL ? "seperate jobs" : "combined"); + R_DL ? "separate jobs" : "combined"); break; case 0x09: /* Flush redirected printer output */ break; |