Fix typo in QAbstractNetworkCache documentation.

"used be" => "used by"

Change-Id: Ibde738facab357d21604779f8b2145d32815ed66
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
bb10
Mitch Curtis 2012-08-21 10:36:39 +02:00 committed by Qt by Nokia
parent 4410e66f45
commit 46bef9f29f
1 changed files with 1 additions and 1 deletions

View 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.