aboutsummaryrefslogtreecommitdiff
path: root/bin
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 /bin
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 'bin')
-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 ec274d13acf3..8d1d758f1ca2 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.