Index: net/http/http_cache.h |
diff --git a/net/http/http_cache.h b/net/http/http_cache.h |
index b431ee639184da85d0e73497ad4849cc89a6b106..563ed17b9156d0282cd42c939481153983350ed7 100644 |
--- a/net/http/http_cache.h |
+++ b/net/http/http_cache.h |
@@ -131,7 +131,7 @@ class HttpCache : public HttpTransactionFactory, |
// The disk cache is initialized lazily (by CreateTransaction) in this case. |
// Provide an existing HttpNetworkSession, the cache can construct a |
// network layer with a shared HttpNetworkSession in order for multiple |
- // network layers to share information (e.g. authenication data). The |
+ // network layers to share information (e.g. authentication data). The |
// HttpCache takes ownership of the |backend_factory|. |
HttpCache(HttpNetworkSession* session, BackendFactory* backend_factory); |