diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-02 02:05:53 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-02 02:05:53 +0000 |
commit | 7dcd93cbbc76277205b69d4c4fa448e9957bd2ff (patch) | |
tree | 15550d96747e872020de55fe3e487ed8f23a736a /chrome_frame | |
parent | 24e230f6a458b7c9d26cb100a09e28df2328c68c (diff) | |
download | chromium_src-7dcd93cbbc76277205b69d4c4fa448e9957bd2ff.zip chromium_src-7dcd93cbbc76277205b69d4c4fa448e9957bd2ff.tar.gz chromium_src-7dcd93cbbc76277205b69d4c4fa448e9957bd2ff.tar.bz2 |
Fix spelling: "supress" -> "suppress"
BUG=165339
TEST=none
TBR=bulach@chromium.org,pkasting@chromium.org
Review URL: https://codereview.chromium.org/49693005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/data/CFInstall_dismiss.html | 2 | ||||
-rw-r--r-- | chrome_frame/test/data/CFInstall_overlay.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/data/CFInstall_dismiss.html b/chrome_frame/test/data/CFInstall_dismiss.html index 35e2f80..e656dad 100644 --- a/chrome_frame/test/data/CFInstall_dismiss.html +++ b/chrome_frame/test/data/CFInstall_dismiss.html @@ -18,7 +18,7 @@ CFInstall._force = true; CFInstall._forceValue = false; - // Clobber prompt supression cookie if set. + // Clobber prompt suppression cookie if set. document.cookie = 'disableGCFCheck=0;path=/'; CFInstall.check({ diff --git a/chrome_frame/test/data/CFInstall_overlay.html b/chrome_frame/test/data/CFInstall_overlay.html index 0478b2f..22147ef 100644 --- a/chrome_frame/test/data/CFInstall_overlay.html +++ b/chrome_frame/test/data/CFInstall_overlay.html @@ -18,7 +18,7 @@ CFInstall._force = true; CFInstall._forceValue = false; - // Clobber prompt supression cookie if set. + // Clobber prompt suppression cookie if set. document.cookie = 'disableGCFCheck=0;path=/'; CFInstall.check({ |