diff options
author | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 20:03:26 +0000 |
---|---|---|
committer | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 20:03:26 +0000 |
commit | 29d7f31a75edd24cdbb7c233aca00efe9a9e928f (patch) | |
tree | 03cd5250c9953293cf6d1c24cea574f037b74b58 /chrome | |
parent | a591c21aae5a4340787d73394162148edaee3c88 (diff) | |
download | chromium_src-29d7f31a75edd24cdbb7c233aca00efe9a9e928f.zip chromium_src-29d7f31a75edd24cdbb7c233aca00efe9a9e928f.tar.gz chromium_src-29d7f31a75edd24cdbb7c233aca00efe9a9e928f.tar.bz2 |
Typo fix in black list descriptions (user visible).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6696029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/software_rendering_list.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/resources/software_rendering_list.json b/chrome/browser/resources/software_rendering_list.json index 76e42a2..ca41680 100644 --- a/chrome/browser/resources/software_rendering_list.json +++ b/chrome/browser/resources/software_rendering_list.json @@ -43,7 +43,7 @@ { "name": "software rendering list", // Please update the version number whenever you change this file. - "version": "1.6", + "version": "1.7", "entries": [ { "id": 1, @@ -203,7 +203,7 @@ }, { "id": 13, - "description": "ATI drivers older thn 10.6 on Windows XP are assumed to be buggy.", + "description": "ATI drivers older than 10.6 on Windows XP are assumed to be buggy.", "cr_bugs": [74212], "os": { "type": "win", @@ -223,7 +223,7 @@ }, { "id": 14, - "description": "NVIDIA drivers older thn 257.21 on Windows XP are assumed to be buggy.", + "description": "NVIDIA drivers older than 257.21 on Windows XP are assumed to be buggy.", "cr_bugs": [74212], "os": { "type": "win", @@ -243,7 +243,7 @@ }, { "id": 15, - "description": "Intel drivers older thn 14.42.7.5294 on Windows XP are assumed to be buggy.", + "description": "Intel drivers older than 14.42.7.5294 on Windows XP are assumed to be buggy.", "cr_bugs": [74212], "os": { "type": "win", @@ -263,7 +263,7 @@ }, { "id": 16, - "description": "Multiampling is buggy in ATI Mac drivers.", + "description": "Multisampling is buggy in ATI Mac drivers.", "cr_bugs": [67752], "os": { "type": "macosx" |