summaryrefslogtreecommitdiffstats
path: root/net/ocsp
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-25 20:36:05 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-25 20:36:05 +0000
commit053b14af9fb74df16657a661d9a71a4caaf965a5 (patch)
treeb2af53b2dfe0885cb9c091baacabac56bba5add2 /net/ocsp
parentc3bfd63893c8bcecbd8fe9e1c6f2282891803259 (diff)
downloadchromium_src-053b14af9fb74df16657a661d9a71a4caaf965a5.zip
chromium_src-053b14af9fb74df16657a661d9a71a4caaf965a5.tar.gz
chromium_src-053b14af9fb74df16657a661d9a71a4caaf965a5.tar.bz2
Fix places where "request" is misspelled "requst". Surprisingly, there are several.
BUG=none TEST=none Review URL: https://codereview.chromium.org/11268002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ocsp')
-rw-r--r--net/ocsp/nss_ocsp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc
index b6e541a..cabda31 100644
--- a/net/ocsp/nss_ocsp.cc
+++ b/net/ocsp/nss_ocsp.cc
@@ -409,7 +409,7 @@ class OCSPRequestSession
int response_code_; // HTTP status code for the request
std::string response_content_type_;
scoped_refptr<HttpResponseHeaders> response_headers_;
- std::string data_; // Results of the requst
+ std::string data_; // Results of the request
// |lock_| protects |finished_| and |io_loop_|.
mutable base::Lock lock_;