Skip to content

Commit b795139

Browse files
authored
Fixing virutal->virtual typo. (#4108)
Done via: $ git grep -l virutal | xargs sed -i s/virutal/virtual/g
1 parent 98d166b commit b795139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def system_tests(session, python_version):
6464
session.virtualenv_dirname = 'sys-' + python_version
6565

6666
# Install all test dependencies, then install this package into the
67-
# virutalenv's dist-packages.
67+
# virtualenv's dist-packages.
6868
session.install('mock', 'pytest', *LOCAL_DEPS)
6969
session.install('../test_utils/', '../bigquery/', '../pubsub/',
7070
'../storage/')

0 commit comments

Comments
 (0)