We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb98a2a commit fb89e7eCopy full SHA for fb89e7e
1 file changed
src/desktopproperties.cpp
@@ -33,7 +33,7 @@ bool DesktopProperties::load(const QString &fileName, const QString &group)
33
// specified, groupFound is always true
34
bool groupFound = group.isEmpty();
35
36
- // Read propeties
+ // Read properties
37
QTextStream in(&file);
38
while (!in.atEnd()) {
39
0 commit comments