Replace "cannot" by "could not"

This commit is contained in:
Romain Vimont
2019-06-23 20:49:38 +02:00
parent 439b009a79
commit 056e47e752
13 changed files with 37 additions and 37 deletions

View File

@@ -415,7 +415,7 @@ parse_args(struct args *args, int argc, char *argv[]) {
}
if (args->no_control && args->turn_screen_off) {
LOGE("Cannot request to turn screen off if control is disabled");
LOGE("Could not request to turn screen off if control is disabled");
return false;
}