Skip to content

Commit 08ad88c

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

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-python-speech

1 file changed

+1
-1
lines changed

packages/google-cloud-python-speech/nox.py

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

6969
# Install all test dependencies, then install this package into the
70-
# virutalenv's dist-packages.
70+
# virtualenv's dist-packages.
7171
session.install('mock', 'pytest', *LOCAL_DEPS)
7272
session.install('../test_utils/', '../storage/')
7373
session.install('.')

0 commit comments

Comments
 (0)