Skip to content

Commit d8f0225

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

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-firestore

1 file changed

+1
-1
lines changed

packages/google-cloud-firestore/nox.py

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

7474
# Install all test dependencies, then install this package into the
75-
# virutalenv's dist-packages.
75+
# virtualenv's dist-packages.
7676
session.install('mock', 'pytest', *LOCAL_DEPS)
7777
session.install(os.path.join('..', 'test_utils'))
7878
session.install('.')

0 commit comments

Comments
 (0)