From 6331cf059ccfdf35f4e5a505cbae885094cc41b0 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 13 Nov 2009 09:08:27 +0100 Subject: *: use "can't" instead of "cannot" Signed-off-by: Denys Vlasenko --- coreutils/date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/date.c') diff --git a/coreutils/date.c b/coreutils/date.c index a230fe2b7..51200e64c 100644 --- a/coreutils/date.c +++ b/coreutils/date.c @@ -164,7 +164,7 @@ int date_main(int argc UNUSED_PARAM, char **argv) /* if setting time, set it */ if ((opt & OPT_SET) && stime(&tm) < 0) { - bb_perror_msg("cannot set date"); + bb_perror_msg("can't set date"); } } -- cgit v1.2.3-55-g6feb