Skip to content

Commit 786429d

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

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-datastore

1 file changed

+2
-2
lines changed

packages/google-cloud-datastore/nox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def system_tests(session, python_version):
6868
session.virtualenv_dirname = 'sys-' + python_version
6969

7070
# Install all test dependencies, then install this package into the
71-
# virutalenv's dist-packages.
71+
# virtualenv's dist-packages.
7272
session.install('mock', 'pytest', *LOCAL_DEPS)
7373
session.install('../test_utils/')
7474
session.install('.')
@@ -92,7 +92,7 @@ def doctests(session):
9292
session.interpreter = 'python3.6'
9393

9494
# Install all test dependencies, then install this package into the
95-
# virutalenv's dist-packages.
95+
# virtualenv's dist-packages.
9696
session.install('mock', 'pytest', 'sphinx', *LOCAL_DEPS)
9797
session.install('../test_utils/')
9898
session.install('.')

0 commit comments

Comments
 (0)