summaryrefslogtreecommitdiffstats
path: root/bin/pax/options.c
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 /bin/pax/options.c
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 'bin/pax/options.c')
-rw-r--r--bin/pax/options.c2
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.
OpenPOWER on IntegriCloud