summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2020-11-11 14:07:22 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2020-11-11 15:40:29 +0100
commit19314a49111e1e8089da48562491421582861b09 (patch)
tree59c3ea9a86c444ba85e0935346f6be31f28c39ed
parentf90e60a8709bbb9edbd6f7ff28a935c1e2f41ec5 (diff)
downloadqttools-19314a49111e1e8089da48562491421582861b09.tar.gz
Typo fix
Task-number: QTBUG-87058 Change-Id: I822be17765f411e26f1596e29e1c8bd6573c8710 Reviewed-by: David Faure <david.faure@kdab.com>
-rw-r--r--src/qtpaths/qtpaths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp
index 40047cdd8..93e2e42a5 100644
--- a/src/qtpaths/qtpaths.cpp
+++ b/src/qtpaths/qtpaths.cpp
@@ -132,7 +132,7 @@ static QStringList types()
}
/**
- * Tries to arse the location string into a reference to a StringEnum entry or alternatively
+ * Tries to parse the location string into a reference to a StringEnum entry or alternatively
* calls \ref error with a error message
*/
static const StringEnum &parseLocationOrError(const QString &locationString)