summaryrefslogtreecommitdiffstats
path: root/doc/html/qmemarray.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmemarray.html')
-rw-r--r--doc/html/qmemarray.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmemarray.html b/doc/html/qmemarray.html
index 4fcdc305..af9f7322 100644
--- a/doc/html/qmemarray.html
+++ b/doc/html/qmemarray.html
@@ -108,7 +108,7 @@ to the contained items.
reference count. If more than one array shares common data and one
of the arrays is modified, all the arrays are modified.
<p> The benefit of sharing is that a program does not need to duplicate
-data when it is not retquired, which results in lower memory use
+data when it is not required, which results in lower memory use
and less copying of data.
<p> An alternative to TQMemArray is <a href="qvaluevector.html">TQValueVector</a>. The TQValueVector class
also provides an array of objects, but can deal with objects that
@@ -193,7 +193,7 @@ be resized with <a href="#resize">resize</a>() and filled using <a href="#fill">
<p> Search for values in the array with <a href="#find">find</a>() and <a href="#contains">contains</a>(). For
sorted arrays (see <a href="#sort">sort</a>()) you can search using <a href="#bsearch">bsearch</a>().
<p> You can set the data directly using <a href="#setRawData">setRawData</a>() and
-<a href="#resetRawData">resetRawData</a>(), although this retquires care.
+<a href="#resetRawData">resetRawData</a>(), although this requires care.
<p> <p>See also <a href="shclass.html">Shared Classes</a> and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Type Documentation</h2>