Fix typo in QAbstractNetworkCache documentation.
authorMitch Curtis <mitch.curtis@nokia.com>
Tue, 21 Aug 2012 08:36:39 +0000 (10:36 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 21 Aug 2012 11:41:01 +0000 (13:41 +0200)
"used be" => "used by"

Change-Id: Ibde738facab357d21604779f8b2145d32815ed66
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
src/network/access/qabstractnetworkcache.cpp

index 5bdb703..5543fab 100644 (file)
@@ -411,7 +411,7 @@ void QNetworkCacheMetaDataPrivate::load(QDataStream &in, QNetworkCacheMetaData &
 
     \brief The QAbstractNetworkCache class provides the interface for cache implementations.
 
-    QAbstractNetworkCache is the base class for every standard cache that is used be
+    QAbstractNetworkCache is the base class for every standard cache that is used by
     QNetworkAccessManager.  QAbstractNetworkCache is an abstract class and cannot be
     instantiated.