mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-27 10:29:46 +00:00
Fix typos found by codespell (#70)
This commit is contained in:
@@ -65,7 +65,7 @@ QString optionsToString(const QList<CommandOption> &options,
|
||||
}
|
||||
dashedOptionList << joinedDashedOptions;
|
||||
}
|
||||
// check the lenght of the arguments
|
||||
// check the length of the arguments
|
||||
for (auto const &arg: arguments) {
|
||||
if(arg.name().length() > size)
|
||||
size = arg.name().length();
|
||||
|
||||
Reference in New Issue
Block a user