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. //