Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1012)

Unified Diff: content/browser/geolocation/wifi_data_provider_linux.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « content/browser/download/mhtml_generation_browsertest.cc ('k') | content/browser/indexed_db/indexed_db_backing_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698