| Index: chromeos/network/geolocation_handler.h
|
| diff --git a/chromeos/network/geolocation_handler.h b/chromeos/network/geolocation_handler.h
|
| index d2ff30872d4dd1ad3bf1ce8ad86e87cad6dbb28f..9c3e533931ed34702a5eee367e8bc517e943c8df 100644
|
| --- a/chromeos/network/geolocation_handler.h
|
| +++ b/chromeos/network/geolocation_handler.h
|
| @@ -20,7 +20,7 @@ namespace chromeos {
|
| // This class provices Shill Wifi Access Point data. It currently relies on
|
| // polling because that is the usage model in content::WifiDataProvider. This
|
| // class requests data asynchronously, returning the most recent available data.
|
| -// A typical usage pattern, assuming a wifi device is enabeld, is:
|
| +// A typical usage pattern, assuming a wifi device is enabled, is:
|
| // Initialize(); // Makes an initial request
|
| // GetWifiAccessPoints(); // returns true + inital data, requests update
|
| // (Delay some amount of time, ~10s)
|
| @@ -68,7 +68,7 @@ class CHROMEOS_EXPORT GeolocationHandler : public ShillPropertyChangedObserver {
|
| void GeolocationCallback(DBusMethodCallStatus call_status,
|
| const base::DictionaryValue& properties);
|
|
|
| - // Wimax enabled state
|
| + // Wifi enabled state
|
| bool wifi_enabled_;
|
|
|
| // Cached wifi access points and update time
|
|
|