*: use "can't" instead of "cannot"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ int FAST_FUNC get_linux_version_code(void)
|
||||
int i, r;
|
||||
|
||||
if (uname(&name) == -1) {
|
||||
bb_perror_msg("cannot get system information");
|
||||
bb_perror_msg("can't get system information");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user