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

Unified Diff: net/dns/mdns_client.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 | « net/cert/nss_cert_database.h ('k') | net/dns/record_parsed.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/mdns_client.h
diff --git a/net/dns/mdns_client.h b/net/dns/mdns_client.h
index 67cc849e5cdb2e759471fa4ba7272c8d0dda1215..675f8de165696b39971c339f90e19ba59bca5838 100644
--- a/net/dns/mdns_client.h
+++ b/net/dns/mdns_client.h
@@ -27,7 +27,7 @@ class RecordParsed;
// time out after a reasonable number of seconds.
class NET_EXPORT MDnsTransaction {
public:
- // Used to signify what type of result the transaction has recieved.
+ // Used to signify what type of result the transaction has received.
enum Result {
// Passed whenever a record is found.
RESULT_RECORD,
« no previous file with comments | « net/cert/nss_cert_database.h ('k') | net/dns/record_parsed.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698