Skip to content

Commit

Permalink
Merge pull request #17 from striezel-stash/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
reionwong authored Aug 1, 2024
2 parents cb98a2a + fb89e7e commit a366ffc
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 a366ffc

Please sign in to comment.