aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/pr
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
commit1a6e52d0e9c7e370830555d206030e479d4a6d1a (patch)
treeb5058a6ff0481660cdbe6cf29963cdd34202476d /usr.bin/pr
parentefe5a08e092548a9442d794b60893581b177e003 (diff)
Notes
Diffstat (limited to 'usr.bin/pr')
-rw-r--r--usr.bin/pr/pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c
index 850ecdadac7c..817cc2582fec 100644
--- a/usr.bin/pr/pr.c
+++ b/usr.bin/pr/pr.c
@@ -66,7 +66,7 @@ static char sccsid[] = "@(#)pr.c 8.2 (Berkeley) 4/16/94";
/*
* pr: a printing and pagination filter. If multiple input files
* are specified, each is read, formatted, and written to standard
- * output. By default, input is seperated into 66-line pages, each
+ * output. By default, input is separated into 66-line pages, each
* with a header that includes the page number, date, time and the
* files pathname.
*