summaryrefslogtreecommitdiffstats
path: root/doc/html/qbitarray.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qbitarray.html')
-rw-r--r--doc/html/qbitarray.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qbitarray.html b/doc/html/qbitarray.html
index 7584aa87..8ea0a68b 100644
--- a/doc/html/qbitarray.html
+++ b/doc/html/qbitarray.html
@@ -84,7 +84,7 @@ arrays or bits.
<p> Bits can be manipulated by the <a href="#setBit">setBit</a>() and <a href="#clearBit">clearBit</a>() functions,
but it is also possible to use the indexing [] operator to test
and set individual bits. The [] operator is a little slower than
-setBit() and clearBit() because some tricks are retquired to
+setBit() and clearBit() because some tricks are required to
implement single-bit assignments.
<p> Example:
<pre>