Index: trunk/src/win8/metro_driver/chrome_app_view.cc |
=================================================================== |
--- trunk/src/win8/metro_driver/chrome_app_view.cc (revision 268216) |
+++ trunk/src/win8/metro_driver/chrome_app_view.cc (working copy) |
@@ -777,7 +777,7 @@ |
// 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 notification issues are |
+ // Take this out when the documented input pane notifcation issues are |
// addressed. |
HWND osk = ::FindWindow(kOSKClassName, NULL); |
if (::IsWindow(osk)) { |