From c4ac357b16ff5ce5283968bc667799c07a1062b5 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Wed, 23 Nov 2011 18:37:51 +0000 Subject: [PATCH] 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 --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index ed7a647d11..550f4ba910 100644 --- a/DEPS +++ b/DEPS @@ -13,7 +13,7 @@ vars = { "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 @@ hooks = [ # 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"], },