mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix typo.
This commit is contained in:
@@ -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]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user