diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 1d5769b..0c4740b 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c @@ -807,7 +807,7 @@ skip(off_t n_skip) } if (n_skip) - bb_error_msg_and_die("cannot skip past end of combined input"); + bb_error_msg_and_die("can't skip past end of combined input"); } |