summaryrefslogtreecommitdiff
path: root/src/split.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/split.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/split.c')
-rw-r--r--src/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index 301f4baa6..ef61c6933 100644
--- a/src/split.c
+++ b/src/split.c
@@ -1285,7 +1285,7 @@ main (int argc, char **argv)
if (split_type != type_undef)
FAIL_ONLY_ONE_WAY ();
split_type = type_bytes;
- /* Limit to OFF_T_MAX, becaue if input is a pipe, we could get more
+ /* Limit to OFF_T_MAX, because if input is a pipe, we could get more
data than is possible to write to a single file, so indicate that
immediately rather than having possibly future invocations fail. */
n_units = xdectoumax (optarg, 1, OFF_T_MAX, multipliers,