Skip to content

Commit a366ffc

Browse files
authored
Merge pull request #17 from striezel-stash/fix-typo
Fix a typo
2 parents cb98a2a + fb89e7e commit a366ffc

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)