We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb98a2a + fb89e7e commit a366ffcCopy full SHA for a366ffc
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