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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_notification.cc

Issue 2322343002: Fix "notificiation" and "soruce" typos. (Closed)
Patch Set: Created 4 years, 3 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
Index: chrome/browser/chromeos/arc/arc_auth_notification.cc
diff --git a/chrome/browser/chromeos/arc/arc_auth_notification.cc b/chrome/browser/chromeos/arc/arc_auth_notification.cc
index 917ebfdf56c73c47de5984057ab19eba025ee728..e18dfc6b9f4aa3a36d5ea4345d1649e86adb7f28 100644
--- a/chrome/browser/chromeos/arc/arc_auth_notification.cc
+++ b/chrome/browser/chromeos/arc/arc_auth_notification.cc
@@ -26,7 +26,7 @@ namespace {
// Ids of the notification shown on first run.
const char kNotifierId[] = "arc_auth";
-const char kDisplaySoruce[] = "arc_auth_source";
+const char kDisplaySource[] = "arc_auth_source";
const char kFirstRunNotificationId[] = "arc_auth/first_run";
class ArcAuthNotificationDelegate
@@ -107,7 +107,7 @@ void ArcAuthNotification::Show(Profile* profile) {
l10n_util::GetStringFUTF16(IDS_ARC_NOTIFICATION_MESSAGE,
ash::GetChromeOSDeviceName()),
resource_bundle.GetImageNamed(IDR_ARC_PLAY_STORE_NOTIFICATION),
- base::UTF8ToUTF16(kDisplaySoruce), GURL(), notifier_id, data,
+ base::UTF8ToUTF16(kDisplaySource), GURL(), notifier_id, data,
new ArcAuthNotificationDelegate()));
message_center::MessageCenter::Get()->AddNotification(
std::move(notification));

Powered by Google App Engine
This is Rietveld 408576698