diff options
author | tnagel@chromium.org <tnagel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-08 23:49:40 +0000 |
---|---|---|
committer | tnagel@chromium.org <tnagel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-08 23:49:40 +0000 |
commit | 6be50d7ce4e6d02bf4fc7ca3238aa87148bfea7f (patch) | |
tree | 9d885717931629f6af9be1a43a786e2d74120ca4 /win8 | |
parent | 8f804a1da8994c447c8e7987eb5e974c8ef71c90 (diff) | |
download | chromium_src-6be50d7ce4e6d02bf4fc7ca3238aa87148bfea7f.zip chromium_src-6be50d7ce4e6d02bf4fc7ca3238aa87148bfea7f.tar.gz chromium_src-6be50d7ce4e6d02bf4fc7ca3238aa87148bfea7f.tar.bz2 |
Improve spelling of "notification".
There are many ways to get it wrong.
BUG=none
TBR=darin (for base/)
TBR=sky (for chrome/ and ui/)
TBR=dconnelly (for components/policy/)
TBR=tommi (for media/audio/)
TBR=asvitkine (for tools/metrics/)
TBR=mad (for win8)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268203
Review URL: https://codereview.chromium.org/261293002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8')
-rw-r--r-- | win8/metro_driver/chrome_app_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/metro_driver/chrome_app_view.cc b/win8/metro_driver/chrome_app_view.cc index 3a9d23e..87cdf37 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)) { |