Fix spelling errors in DEPS.

Review URL: http://webrtc-codereview.appspot.com/291004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1007 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/DEPS b/DEPS
index ed7a647..550f4ba 100644
--- a/DEPS
+++ b/DEPS
@@ -13,7 +13,7 @@
   "clang_revision": "142072",
 
   # External resources like video and audio files used for testing purposes.
-  # Downloaded on demand when neeeded.
+  # Downloaded on demand when needed.
   "webrtc_resources_revision": "1",
 }
 
@@ -103,7 +103,7 @@
     # Download test resources, i.e. video and audio files. If the latest
     # version is already downloaded, this takes zero seconds to run.
     # If a newer version or no current download exists, it will download
-    # the esources and extract them.
+    # the resources and extract them.
     "pattern": ".",
     "action": ["python", "trunk/tools/resources/update.py"],
   },