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

Unified Diff: net/cert/cert_verify_proc_win.cc

Issue 2137653002: Fix some typos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | net/cert/ev_root_ca_metadata.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc_win.cc
diff --git a/net/cert/cert_verify_proc_win.cc b/net/cert/cert_verify_proc_win.cc
index 226c359fb6c0dc6c356fc3b77194562e2ec51453..a2647969d80d139dae1de7a06e38b5d2c0f9d254 100644
--- a/net/cert/cert_verify_proc_win.cc
+++ b/net/cert/cert_verify_proc_win.cc
@@ -949,8 +949,8 @@ int CertVerifyProcWin::VerifyInternal(
// By default, use the default HCERTCHAINENGINE (aka HCCE_CURRENT_USER). When
// running tests, use a dynamic HCERTCHAINENGINE. All of the status and cache
// of verified certificates and chains is tied to the HCERTCHAINENGINE. As
- // each invocation may have changed the set of known roots, invalid the cache
- // between runs.
+ // each invocation may have changed the set of known roots, invalidate the
+ // cache between runs.
//
// This is not the most efficient means of doing so; it's possible to mark the
// Root store used by TestRootCerts as changed, via CertControlStore with the
« no previous file with comments | « no previous file | net/cert/ev_root_ca_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698