summaryrefslogtreecommitdiffstats
path: root/doc/tutorial2.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial2.doc')
-rw-r--r--doc/tutorial2.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial2.doc b/doc/tutorial2.doc
index 9d68e51f..91099788 100644
--- a/doc/tutorial2.doc
+++ b/doc/tutorial2.doc
@@ -385,7 +385,7 @@ canvas; but events (e.g. mouse clicks) take place on the canvas view.
\endtable
Each action is represented by a private slot, e.g. \c fileNew(), \c
-optionsSetData(), etc. We also have tquite a number of private
+optionsSetData(), etc. We also have quite a number of private
functions and data members; we'll look at all these as we go through
the implementation.
@@ -673,7 +673,7 @@ item id.
\printline
\printline
-When the user tquits we give them the opportunity to save any unsaved
+When the user quits we give them the opportunity to save any unsaved
data (okToClear()) then save their options, e.g. window size and
position, chart type, etc., before terminating.
@@ -1064,7 +1064,7 @@ We set a caption for the dialog and resize it.
\skipto tableButtonBox
\printline
-The layout of the form is tquite simple. The buttons will be grouped
+The layout of the form is quite simple. The buttons will be grouped
together in a horizontal layout and the table and the button layout
will be grouped together vertically using the tableButtonBox layout.