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 --- util-linux/ipcrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/ipcrm.c') diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index 5e18c2846..8b0b226d3 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c @@ -63,7 +63,7 @@ static int remove_ids(type_id type, int argc, char **argv) ret = shmctl(id, IPC_RMID, NULL); if (ret) { - bb_perror_msg("cannot remove id %s", argv[0]); + bb_perror_msg("can't remove id %s", argv[0]); nb_errors++; } } -- cgit v1.2.3