Merge pull request #17 from striezel-stash/fix-typo

Fix a typo
main
Reion Wong 1 year ago committed by GitHub
commit a366ffc47d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@ bool DesktopProperties::load(const QString &fileName, const QString &group)
// specified, groupFound is always true
bool groupFound = group.isEmpty();
// Read propeties
// Read properties
QTextStream in(&file);
while (!in.atEnd()) {

Loading…
Cancel
Save