summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-10-15 15:15:56 +0100
committerPádraig Brady <P@draigBrady.com>2015-12-14 13:36:23 +0000
commitc609cd960d5cc309fe32ab315efe8dde79504d14 (patch)
tree8a214426f298e7b72bd558130a4c8483b14356cb /src/pr.c
parent5f87f1ac1cb2ef44aac4284d8103e7556597a842 (diff)
downloadcoreutils-c609cd960d5cc309fe32ab315efe8dde79504d14.tar.xz
maint: fix incorrect spellings etc
* NEWS: Use a standard version specification. * doc/coreutils.texi: Fix incorrect grammar. * src/df.c: Update a stale comment. * src/copy.c: Fix incorrect spellings. * src/factor.c: Likewise. * src/ls.c: Likewise. * src/pr.c: Likewise. * src/relpath.c: Likewise. * src/shred.c: Likewise. * src/sort.c: Likewise. * src/split.c: Likewise. * src/stdbuf.c: Likewise. * tests/misc/seq-precision.sh: Likewise.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index c54857bb6..5a71f2ae4 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -468,7 +468,7 @@ static size_t buff_allocated;
we do column balancing on the last page. */
static int *line_vector;
-/* Array of horizonal positions.
+/* Array of horizontal positions.
For each line in line_vector, end_vector[line] is the horizontal
position we are in after printing that line. We keep track of this
so that we know how much we need to pad to prepare for the next