mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-26 05:07:51 +00:00
Fix typos found by codespell (#70)
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user