diff options
Diffstat (limited to 'usr.bin/pr/pr.c')
-rw-r--r-- | usr.bin/pr/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 850ecda..817cc25 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. * |