summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorIan Walters <ian.walters@nokia.com>2009-05-14 04:23:40 (GMT)
committerIan Walters <ian.walters@nokia.com>2009-05-14 04:23:40 (GMT)
commitdf69dfe0ec549a259ed78cf48dff898d8a044c41 (patch)
treed7d780425e50a86925d0bcc8214afb6ba6e1374c /src/corelib
parenta7d54ce95b9cb1cd923ea202fc7b561792003d0d (diff)
downloadQt-df69dfe0ec549a259ed78cf48dff898d8a044c41.zip
Qt-df69dfe0ec549a259ed78cf48dff898d8a044c41.tar.gz
Qt-df69dfe0ec549a259ed78cf48dff898d8a044c41.tar.bz2
Grammer fix, 'be be' to 'be'
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qcontiguouscache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qcontiguouscache.cpp b/src/corelib/tools/qcontiguouscache.cpp
index 6671982..7db3a5a 100644
--- a/src/corelib/tools/qcontiguouscache.cpp
+++ b/src/corelib/tools/qcontiguouscache.cpp
@@ -105,7 +105,7 @@ MyRecord record(int row) const
behavior. The indexes can be checked by using areIndexesValid()
In most cases the indexes will not exceed 0 to INT_MAX, and
- normalizeIndexes() will not need to be be used.
+ normalizeIndexes() will not need to be used.
See the \l{Contiguous Cache Example}{Contiguous Cache} example.
*/