| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index d8d61ca5d87e06ebdc1eff6e6bdf9fadb2f02baa..eb0eba38a36d723f733884409765c1fa35545a97 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -660,7 +660,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| }
|
| #elif defined(OS_WIN)
|
| // This must be done early enough since some helper functions like
|
| - // IsTouchEnanbled, needed to load resources, may call into the theme dll.
|
| + // IsTouchEnabled, needed to load resources, may call into the theme dll.
|
| EnableThemeSupportOnAllWindowStations();
|
| #if defined(ENABLE_HIDPI)
|
| ui::EnableHighDPISupport();
|
|
|