diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
| commit | 1a6e52d0e9c7e370830555d206030e479d4a6d1a (patch) | |
| tree | b5058a6ff0481660cdbe6cf29963cdd34202476d /usr.bin/pr | |
| parent | efe5a08e092548a9442d794b60893581b177e003 (diff) | |
Notes
Diffstat (limited to 'usr.bin/pr')
| -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 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. * |
