Skip to content

Commit

Permalink
Fixing virutal->virtual typo. (#4108)
Browse files Browse the repository at this point in the history
Done via:

$ git grep -l virutal | xargs sed -i s/virutal/virtual/g
  • Loading branch information
dhermes authored Oct 3, 2017
1 parent e39d741 commit 4fded77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def system_tests(session, python_version):
session.virtualenv_dirname = 'sys-' + python_version

# Install all test dependencies, then install this package into the
# virutalenv's dist-packages.
# virtualenv's dist-packages.
session.install('mock', 'pytest', *LOCAL_DEPS)
session.install('../test_utils/')
session.install('.')
Expand Down

0 comments on commit 4fded77

Please sign in to comment.