Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1451)

Unified Diff: net/ocsp/nss_ocsp.cc

Issue 11268002: Fix places where "request" is misspelled "requst". Surprisingly, there are several. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/histogram_synchronizer.h ('k') | net/spdy/spdy_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ocsp/nss_ocsp.cc
===================================================================
--- net/ocsp/nss_ocsp.cc (revision 163741)
+++ net/ocsp/nss_ocsp.cc (working copy)
@@ -409,7 +409,7 @@
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_;
« no previous file with comments | « content/browser/histogram_synchronizer.h ('k') | net/spdy/spdy_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698