| Index: google_apis/gaia/gaia_auth_util.h
|
| diff --git a/google_apis/gaia/gaia_auth_util.h b/google_apis/gaia/gaia_auth_util.h
|
| index d28f54698bb9fdf409f0259e59db29a7c30c3d14..9b90f8a86dec89771cb8ad7afbcf14fb630f706e 100644
|
| --- a/google_apis/gaia/gaia_auth_util.h
|
| +++ b/google_apis/gaia/gaia_auth_util.h
|
| @@ -25,7 +25,7 @@ std::string CanonicalizeDomain(const std::string& domain);
|
| std::string SanitizeEmail(const std::string& email_address);
|
|
|
| // Returns true if the two specified email addresses are the same. Both
|
| -// addresses are first sanitized and then canoncialized before comparing.
|
| +// addresses are first sanitized and then canonicalized before comparing.
|
| bool AreEmailsSame(const std::string& email1, const std::string& email2);
|
|
|
| // Extract the domain part from the canonical form of the given email.
|
|
|