From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- src/tools/qbitarray.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/qbitarray.cpp') 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: -- cgit v1.2.1