| Index: content/browser/geolocation/wifi_data_provider_linux.cc
|
| diff --git a/content/browser/geolocation/wifi_data_provider_linux.cc b/content/browser/geolocation/wifi_data_provider_linux.cc
|
| index 5fad8c58bcf3ad05325cabf999b6d8c421175fb7..29c9995759eafc240eaafec811c5cddd8cd14fcf 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_linux.cc
|
| +++ b/content/browser/geolocation/wifi_data_provider_linux.cc
|
| @@ -170,7 +170,7 @@ bool NetworkManagerWlanApi::GetAccessPointData(
|
| ++fail_count;
|
| }
|
| }
|
| - // At least one successfull scan overrides any other adapter reporting error.
|
| + // At least one successful scan overrides any other adapter reporting error.
|
| return success_count || fail_count == 0;
|
| }
|
|
|
|
|