summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJeff Tranter <jtranter@ics.com>2013-12-24 11:44:39 -0500
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-02 17:21:09 +0100
commit2e8c3f744407607a522abe25abd21ec733365793 (patch)
treeaa37ab17790ae754b38e48bc32704619ee6e5e16 /examples
parent97c1b2d32ed06a186ce2f0f342c8d056ddb987a2 (diff)
Fix some typos in documentation.
Fix some spelling and grammatical errors in comments that show up in Qt documentation. No changes to code. Change-Id: I2e946fda0bd9a2117f8e9b2fb300df9bf0a98a6c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/doc/src/diagramscene.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/diagramscene.qdoc b/examples/widgets/doc/src/diagramscene.qdoc
index 92048cdcaf..32168f59ee 100644
--- a/examples/widgets/doc/src/diagramscene.qdoc
+++ b/examples/widgets/doc/src/diagramscene.qdoc
@@ -507,7 +507,7 @@
\snippet graphicsview/diagramscene/diagramscene.cpp 5
- \c DiagramTextItems emit a signal when they loose focus, which is
+ \c DiagramTextItems emit a signal when they lose focus, which is
connected to this slot. We remove the item if it has no text.
If not, we would leak memory and confuse the user as the items
will be edited when pressed on by the mouse.
@@ -715,7 +715,7 @@
\snippet graphicsview/diagramscene/diagramtextitem.cpp 2
- \c DiagramScene uses the signal emitted when the text item looses
+ \c DiagramScene uses the signal emitted when the text item loses
focus to remove the item if it is empty, i.e., it contains no
text.