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

Unified Diff: chrome/browser/notifications/sync_notifier/synced_notification_app_info.h

Issue 261293002: Improve spelling of "notification". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 7 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 | « base/observer_list_unittest.cc ('k') | chrome/browser/ui/fast_unload_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/sync_notifier/synced_notification_app_info.h
diff --git a/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h b/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h
index 5f1227ba155af7f966a25fe15fc9accb4fb90d8a..d68b26a7cee272840dd09cd9d02639e39bb4b17f 100644
--- a/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h
+++ b/chrome/browser/notifications/sync_notifier/synced_notification_app_info.h
@@ -72,7 +72,7 @@ class SyncedNotificationAppInfo : public chrome::ImageHolderDelegate {
std::vector<std::string> added_app_ids() { return added_app_ids_; }
// If an app info is updated removing app ids, keep track of the removed app
- // ids so we can later remove any affected notfications.
+ // ids so we can later remove any affected notifications.
void set_removed_app_ids(std::vector<std::string> removed_app_ids) {
removed_app_ids_ = removed_app_ids;
}
« no previous file with comments | « base/observer_list_unittest.cc ('k') | chrome/browser/ui/fast_unload_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698