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

Unified Diff: net/cert/nss_cert_database.h

Issue 262013003: Fix typo, "recieve" -> "receive", in net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/dns/mdns_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/nss_cert_database.h
diff --git a/net/cert/nss_cert_database.h b/net/cert/nss_cert_database.h
index 94f1f20fb9c41d0648975b53da41f21a9ab189ea..df52e589f3f70d1cd1e2a747286e240ff2ca0add 100644
--- a/net/cert/nss_cert_database.h
+++ b/net/cert/nss_cert_database.h
@@ -211,9 +211,9 @@ class NET_EXPORT NSSCertDatabase {
// thread on which this is called is the thread on which |observer| will be
// called back with notifications.
// NOTE: CertDatabase::AddObserver should be preferred. Observers registered
- // here will only recieve notifications generated directly through the
+ // here will only receive notifications generated directly through the
// NSSCertDatabase, but not those from the CertDatabase. The CertDatabase
- // observers will recieve both.
+ // observers will receive both.
void AddObserver(Observer* observer);
// Unregisters |observer| from receiving notifications. This must be called
« no previous file with comments | « no previous file | net/dns/mdns_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698