diff options
Diffstat (limited to 'src/tools/qbitarray.cpp')
-rw-r--r-- | src/tools/qbitarray.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qbitarray.cpp b/src/tools/qbitarray.cpp index 02a492d85..08e0bd9b7 100644 --- a/src/tools/qbitarray.cpp +++ b/src/tools/qbitarray.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -51,7 +51,7 @@ \ingroup collection - The TQBitVal is retquired by the indexing [] operator on bit arrays. + The TQBitVal is required by the indexing [] operator on bit arrays. It is not for use in any other context. */ @@ -102,7 +102,7 @@ Bits can be manipulated by the setBit() and clearBit() 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. Example: |