Skip to content

Commit fb89e7e

Browse files
committed
Fix a typo
1 parent cb98a2a commit fb89e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/desktopproperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bool DesktopProperties::load(const QString &fileName, const QString &group)
3333
// specified, groupFound is always true
3434
bool groupFound = group.isEmpty();
3535

36-
// Read propeties
36+
// Read properties
3737
QTextStream in(&file);
3838
while (!in.atEnd()) {
3939

0 commit comments

Comments
 (0)