summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/googlesuggest.qdoc
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-12 09:50:57 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-02-12 09:50:57 (GMT)
commit826066dbe5f298ec0515d21fa182d15ee3762f37 (patch)
tree5fcda73d5765ebd879076f165829d746180c2fd9 /doc/src/examples/googlesuggest.qdoc
parent01245bcabf97dfdfdd23a2ec075b8de3e78bdeb2 (diff)
downloadQt-826066dbe5f298ec0515d21fa182d15ee3762f37.zip
Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.gz
Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.bz2
doc: Fixed several typos.
Task: QTBUG-7997
Diffstat (limited to 'doc/src/examples/googlesuggest.qdoc')
-rw-r--r--doc/src/examples/googlesuggest.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/googlesuggest.qdoc b/doc/src/examples/googlesuggest.qdoc
index cd6c6b1..f2bdb4f 100644
--- a/doc/src/examples/googlesuggest.qdoc
+++ b/doc/src/examples/googlesuggest.qdoc
@@ -111,7 +111,7 @@
event processing.
Key event handling is implemented so that Enter and Return execute the
- selected link, while the Escape key hides the popup. Sine we want to be
+ selected link, while the Escape key hides the popup. Since we want to be
able to navigate the list of suggestions using the different navigation
keys on the keyboard we let Qt continue regular event processing for those
by returning false from the eventFilter reimplementation.