| Index: url/gurl.cc
|
| diff --git a/url/gurl.cc b/url/gurl.cc
|
| index 15de85af73adade3a7322537a286f0d177a85eba..67443c9bac1fd0636301d056145707230c6ec268 100644
|
| --- a/url/gurl.cc
|
| +++ b/url/gurl.cc
|
| @@ -137,7 +137,7 @@ void GURL::InitializeFromCanonicalSpec() {
|
| #ifndef NDEBUG
|
| // For testing purposes, check that the parsed canonical URL is identical to
|
| // what we would have produced. Skip checking for invalid URLs have no meaning
|
| - // and we can't always canonicalize then reproducabely.
|
| + // and we can't always canonicalize them reproducibly.
|
| if (is_valid_) {
|
| url_parse::Component scheme;
|
| if (!url_util::FindAndCompareScheme(spec_.data(), spec_.length(),
|
|
|