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

Unified Diff: net/base/ssl_config_service_win.cc

Issue 6715024: fix spelling of comments (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 | « chrome/common/chrome_switches.cc ('k') | ppapi/c/ppp_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/ssl_config_service_win.cc
diff --git a/net/base/ssl_config_service_win.cc b/net/base/ssl_config_service_win.cc
index dbdedb46891d28b250e51f27e1c4a051d65c0bf0..cc818017d03ae429e049019eb7f2217461687140 100644
--- a/net/base/ssl_config_service_win.cc
+++ b/net/base/ssl_config_service_win.cc
@@ -82,7 +82,7 @@ bool SSLConfigServiceWin::GetSSLConfigNow(SSLConfig* config) {
// http://support.microsoft.com/kb/245030 (pre-Vista) or
// http://msdn.microsoft.com/en-us/library/bb870930(VS.85).aspx (post-Vista).
// Currently, these values are respected implicitly when using
- // SSLClientSocketWin, but they do not propogate to SSLClientSocketNSS
+ // SSLClientSocketWin, but they do not propagate to SSLClientSocketNSS
// because we're not currently translating the keys.
return true;
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | ppapi/c/ppp_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698