diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-01 22:55:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-01 22:55:53 +0000 |
commit | 2da1b2088fe8efc72b6ae6ea692567f4bcfc6ac0 (patch) | |
tree | 2447bc262189e6da8ed822cf77ed389b28823099 /src | |
parent | b99ab6e97d4161a6653adfeda85d76e718efe64b (diff) | |
download | coreutils-2da1b2088fe8efc72b6ae6ea692567f4bcfc6ac0.tar.xz |
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -472,7 +472,7 @@ static int page_number; When printing files across (-a flag), ... 1 foo 2 moo 3 goo - 4 hoo 3 too 6 zoo + 4 hoo 5 too 6 zoo Otherwise, line numbering is as follows: 1 foo 3 goo 5 too |