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 --- selinux/getsebool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selinux/getsebool.c') diff --git a/selinux/getsebool.c b/selinux/getsebool.c index b761b72..7478b79 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c @@ -25,7 +25,7 @@ int getsebool_main(int argc, char **argv) rc = security_get_boolean_names(&names, &len); if (rc) - bb_perror_msg_and_die("cannot get boolean names"); + bb_perror_msg_and_die("can't get boolean names"); if (!len) { puts("No booleans"); -- cgit v1.1