From fb89e7e0ddbb07d8e37976623d7be423bbc26526 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 27 Nov 2022 18:39:11 +0100 Subject: [PATCH] Fix a typo --- src/desktopproperties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktopproperties.cpp b/src/desktopproperties.cpp index c7327d8..f3982be 100644 --- a/src/desktopproperties.cpp +++ b/src/desktopproperties.cpp @@ -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()) {