Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 613856d395872e58da19417469744243ca663914..18a1302d89851e9be5160d7253787b3e61b6a4ae 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -997,7 +997,7 @@ const char kCheckDefaultBrowser[] = "browser.check_default_browser"; |
#if defined(OS_WIN) |
// By default, setting Chrome as default during first run on Windows 8 will |
// trigger shutting down the current instance and spawning a new (Metro) |
-// Chrome. This boolean preference supresses this behaviour. |
+// Chrome. This boolean preference suppresses this behaviour. |
const char kSuppressSwitchToMetroModeOnSetDefault[] = |
"browser.suppress_switch_to_metro_mode_on_set_default"; |
#endif |