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