Fix comment typo in provision.py.

(imported from commit d8fcfb6d2ab5820f0d6032ae66bda16cf92132f0)
This commit is contained in:
Tim Abbott 2015-08-19 21:41:44 -07:00
parent 580cdb55be
commit 902edf5200
1 changed files with 1 additions and 1 deletions

View File

@ -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((