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

Unified Diff: win8/metro_driver/chrome_app_view.cc

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 | « ui/message_center/views/message_center_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/chrome_app_view.cc
diff --git a/win8/metro_driver/chrome_app_view.cc b/win8/metro_driver/chrome_app_view.cc
index 3a9d23ec0f0e607372d0bfc80b225c767c69cb81..87cdf374ac54e459066711da975b64953a146dd5 100644
--- a/win8/metro_driver/chrome_app_view.cc
+++ b/win8/metro_driver/chrome_app_view.cc
@@ -777,7 +777,7 @@ void ChromeAppView::CheckForOSKActivation() {
// process. If yes then fire the notification once for when the OSK is shown
// and once for when it is hidden.
// TODO(ananta)
- // Take this out when the documented input pane notifcation issues are
+ // Take this out when the documented input pane notification issues are
// addressed.
HWND osk = ::FindWindow(kOSKClassName, NULL);
if (::IsWindow(osk)) {
« no previous file with comments | « ui/message_center/views/message_center_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698