mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 13:02:10 -04:00
Fix typo.
This commit is contained in:
parent
5d46ecdbe6
commit
c1a45d6258
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ int main(int argc, char** argv)
|
||||||
filename = args[i];
|
filename = args[i];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
qWarning("Unkown argument \"%s\"", qPrintable(args[i]));
|
qWarning("Unknown argument \"%s\"", qPrintable(args[i]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue