From 4091db47397f6e537a284f50c4f572545f3f30d0 Mon Sep 17 00:00:00 2001 From: Uwe Date: Thu, 12 Jan 2023 04:20:40 +0100 Subject: [PATCH] [skip ci] [Gui] ExpressionCompleter: fix a typo - found by the CI --- src/Gui/ExpressionCompleter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/ExpressionCompleter.cpp b/src/Gui/ExpressionCompleter.cpp index f64ab6fe59..7345325ef5 100644 --- a/src/Gui/ExpressionCompleter.cpp +++ b/src/Gui/ExpressionCompleter.cpp @@ -76,7 +76,7 @@ public: } - // This ExpressionCompleter model works without any pysical items. + // This ExpressionCompleter model works without any physical items. // Everything item related is stored inside QModelIndex.InternalPointer/InternalId(), // using the following Info structure. //