summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-05-17 17:47:00 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2010-05-17 17:47:00 +0200
commit8aff2b3e6f09b446f124b7023485e947ab1bf24b (patch)
tree8530f5923f3427c1e88402188510df08e917a100 /src/gui
parent01e7389086d4afde33c3e2b1ece9c6d906869e08 (diff)
Doc: fix typo
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/util/qcompleter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qcompleter.cpp b/src/gui/util/qcompleter.cpp
index ce2eff5e5a..9a99abe2c8 100644
--- a/src/gui/util/qcompleter.cpp
+++ b/src/gui/util/qcompleter.cpp
@@ -1753,7 +1753,7 @@ QStringList QCompleter::splitPath(const QString& path) const
This signal is sent when an item in the popup() is highlighted by
the user. It is also sent if complete() is called with the completionMode()
- set to QCOmpleter::InlineCompletion. The item's \a text is given.
+ set to QCompleter::InlineCompletion. The item's \a text is given.
*/
QT_END_NAMESPACE