summaryrefslogtreecommitdiffstats
path: root/text-utils/col.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-02-06 16:04:33 +0100
committerKarel Zak2013-01-25 11:47:27 +0100
commit48899b9eae2b11fd0f8527e310d16690b2603653 (patch)
treefed32e97ea54a790b275e8871a32d0dfaf057600 /text-utils/col.c
parenttextual: fix a few typos in some of the usage help texts (diff)
downloadkernel-qcow2-util-linux-48899b9eae2b11fd0f8527e310d16690b2603653.tar.gz
kernel-qcow2-util-linux-48899b9eae2b11fd0f8527e310d16690b2603653.tar.xz
kernel-qcow2-util-linux-48899b9eae2b11fd0f8527e310d16690b2603653.zip
textual: remove inconsistent periods from two error messages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'text-utils/col.c')
-rw-r--r--text-utils/col.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/col.c b/text-utils/col.c
index f309fa231..4ad36fbeb 100644
--- a/text-utils/col.c
+++ b/text-utils/col.c
@@ -141,7 +141,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
static void __attribute__((__noreturn__)) wrerr(void)
{
- errx(EXIT_FAILURE, _("write error."));
+ errx(EXIT_FAILURE, _("write error"));
}
int main(int argc, char **argv)