From e1a0d486e4804eae098571f1a6788394c2ee51ae Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 20 Oct 2006 13:28:22 +0000 Subject: message string changes, mostly for consistency, also -32 bytes in .rodata --- coreutils/chown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/chown.c') diff --git a/coreutils/chown.c b/coreutils/chown.c index b73f66a89..42f973f32 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c @@ -30,7 +30,7 @@ static int fileAction(const char *fileName, struct stat *statbuf, (gid == (gid_t)-1) ? statbuf->st_gid : gid)) { return TRUE; } - bb_perror_msg("%s", fileName); /* A filename could have % in it... */ + bb_perror_msg("%s", fileName); /* A filename can have % in it... */ return FALSE; } -- cgit v1.2.3