summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/network/access/qabstractnetworkcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qabstractnetworkcache.cpp b/src/network/access/qabstractnetworkcache.cpp
index 5bdb7039e5..5543fabe74 100644
--- a/src/network/access/qabstractnetworkcache.cpp
+++ b/src/network/access/qabstractnetworkcache.cpp
@@ -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.