Yet another silly little byte saving. couldn't -> cannot

This commit is contained in:
Denis Vlasenko
2006-09-29 21:30:43 +00:00
parent 6c30db8bd3
commit a959588b80
17 changed files with 33 additions and 33 deletions

View File

@@ -121,7 +121,7 @@ int main(int argc, char **argv)
exit(1);
}
if (blkid_get_cache(&cache, bb_dev_null) < 0) {
fprintf(stderr, "Couldn't get blkid cache\n");
fprintf(stderr, "cannot get blkid cache\n");
exit(1);
}