summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/motif-walkthrough-3.html')
-rw-r--r--doc/html/motif-walkthrough-3.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-walkthrough-3.html b/doc/html/motif-walkthrough-3.html
index 2c0cdba3..8427c5cf 100644
--- a/doc/html/motif-walkthrough-3.html
+++ b/doc/html/motif-walkthrough-3.html
@@ -100,7 +100,7 @@ now use <a href="qfiledialog.html">TQFileDialog</a>.
<a name="2"></a><p> The <em>Page Delete</em> dialog is created and used in <tt>actions.c</tt>. We
need to migrate this file to C++. We rename it to <tt>actions.cpp</tt>,
modify the project file and regenerate the <tt>Makefile</tt>.
-<p> The changes retquired to make <tt>actions.cpp</tt> compile are minimal. We
+<p> The changes required to make <tt>actions.cpp</tt> compile are minimal. We
need to wrap more C header files and global variables in an <tt>extern "C"</tt> block.
<p>
@@ -131,7 +131,7 @@ completely.
<p> The <em>IO Error</em> dialog is created and used in <tt>io.c</tt>. We need to
migrate this file to C++. We rename it to <tt>io.cpp</tt>, modify the
project file and regenerate the <tt>Makefile</tt>.
-<p> The changes retquired to make <tt>io.cpp</tt> compile are minimal. We need
+<p> The changes required to make <tt>io.cpp</tt> compile are minimal. We need
to wrap more C header files and global variables in an <tt>extern "C"</tt>
block.
<p>