From 902edf520020ceb679c1a32190789258ecb00309 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 19 Aug 2015 21:41:44 -0700 Subject: [PATCH] Fix comment typo in provision.py. (imported from commit d8fcfb6d2ab5820f0d6032ae66bda16cf92132f0) --- provision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision.py b/provision.py index 6bf4aa2823..4107532d5e 100644 --- a/provision.py +++ b/provision.py @@ -92,7 +92,7 @@ with sh.sudo: sh.virtualenv(VENV_PATH) -# Add the ./tools and ./sctipts/setup directories inside the repository root to +# Add the ./tools and ./scripts/setup directories inside the repository root to # the system path; we'll reference them later. orig_path = os.environ["PATH"] os.environ["PATH"] = os.pathsep.join((