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; |