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)) { |