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
This commit is contained in:
andrew@webrtc.org 2011-11-23 18:37:51 +00:00
parent f3d10d3dfd
commit c4ac357b16

4
DEPS
View File

@ -13,7 +13,7 @@ vars = {
"clang_revision": "142072", "clang_revision": "142072",
# External resources like video and audio files used for testing purposes. # 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", "webrtc_resources_revision": "1",
} }
@ -103,7 +103,7 @@ hooks = [
# Download test resources, i.e. video and audio files. If the latest # Download test resources, i.e. video and audio files. If the latest
# version is already downloaded, this takes zero seconds to run. # version is already downloaded, this takes zero seconds to run.
# If a newer version or no current download exists, it will download # If a newer version or no current download exists, it will download
# the esources and extract them. # the resources and extract them.
"pattern": ".", "pattern": ".",
"action": ["python", "trunk/tools/resources/update.py"], "action": ["python", "trunk/tools/resources/update.py"],
}, },