Fix typos found by codespell (#70)

This commit is contained in:
Boyuan Yang
2018-01-09 20:58:11 +08:00
committed by Dharkael
parent b6f7a59c23
commit f36ab43e70
8 changed files with 9 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ int main(int argc, char *argv[]) {
CommandLineParser parser;
// Add description
parser.setDescription(
"Powerfull yet simple to use screenshot software.");
"Powerful yet simple to use screenshot software.");
parser.setGeneralErrorMessage("See 'flameshot --help'.");
// Arguments
CommandArgument fullArgument("full", "Capture the entire desktop.");