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 |