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

Unified Diff: runtime/bin/platform_macos.cc

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 months 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
« no previous file with comments | « runtime/bin/directory_win.cc ('k') | runtime/bin/platform_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/platform_macos.cc
diff --git a/runtime/bin/platform_macos.cc b/runtime/bin/platform_macos.cc
index a03e8b9951118d00e01958ecb7bf5501480c87c9..4dbdc7ce2a9c121f8d9bd4b1d0e887c0449269f7 100644
--- a/runtime/bin/platform_macos.cc
+++ b/runtime/bin/platform_macos.cc
@@ -148,8 +148,8 @@ static const char* GetPreferredLanguageName() {
const char* Platform::LocaleName() {
// First see if there is a preferred language. If not, return the
// current locale name.
- const char* preferred_langauge = GetPreferredLanguageName();
- return (preferred_langauge != NULL) ? preferred_langauge : GetLocaleName();
+ const char* preferred_language = GetPreferredLanguageName();
+ return (preferred_language != NULL) ? preferred_language : GetLocaleName();
}
« no previous file with comments | « runtime/bin/directory_win.cc ('k') | runtime/bin/platform_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698