Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 27, 2022
1 parent cb98a2a commit fb89e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktopproperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {

Expand Down

0 comments on commit fb89e7e

Please sign in to comment.