Add browser/resources/software_rendering_list to .gitignore.

Also fix a typo in a DEPS comment.

BUG=none
TEST=ran "git status"
TBR=zmo

Review URL: http://codereview.chromium.org/8528039

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109950 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/.gitignore b/.gitignore
index 0ac6f33..13b570e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,6 +47,7 @@
 /chrome/browser/autofill/internal
 /chrome/browser/extensions/default_extensions/chromeos
 /chrome/browser/protector/internal
+/chrome/browser/resources/software_rendering_list
 /chrome/browser/spellchecker/internal
 /chrome/installer/linux
 /chrome/installer/mac/internal
diff --git a/DEPS b/DEPS
index 9c7af54..63753f19 100644
--- a/DEPS
+++ b/DEPS
@@ -152,7 +152,7 @@
   "src/third_party/webgl_conformance":
     "/trunk/deps/third_party/webgl/sdk/tests@106432",
 
-  # We should use the same software_renderling_list.json for all branches.
+  # We should use the same software_rendering_list.json for all branches.
   "src/chrome/browser/resources/software_rendering_list":
     "/trunk/deps/gpu/software_rendering_list@109652",