diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
commit | 47a2266000dcef92e2019fc82b50ce7ce7753ec3 (patch) | |
tree | c951bed0034c4c08e2321e4d9d5bdc4ed441be11 /bin | |
parent | 5a1663094b19de58fc8a32485a629c3382407a8c (diff) | |
download | FreeBSD-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 'bin')
-rw-r--r-- | bin/pax/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c index ec274d1..8d1d758 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -970,7 +970,7 @@ opt_add(str) * 4) A positive decimal number followed by a m (mult by 512). * 5) A positive decimal number followed by a w (mult by sizeof int) * 6) Two or more positive decimal numbers (with/without k,b or w). - * seperated by x (also * for backwards compatibility), specifying + * separated by x (also * for backwards compatibility), specifying * the product of the indicated values. * Return: * 0 for an error, a positive value o.w. |