♻️ remove forgotten args, fix typos

This commit is contained in:
Ondrej Samohel 2022-08-12 19:32:13 +02:00
parent ad64c3a66e
commit 1ad9728962
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 16 additions and 21 deletions

View file

@ -689,7 +689,7 @@ def _find_frozen_openpype(use_version: str = None,
# Collect OpenPype versions
installed_version = OpenPypeVersion.get_installed_version()
# Expected version that should be used by studio settings
# - this option is used only if version is not explictly set and if
# - this option is used only if version is not explicitly set and if
# studio has set explicit version in settings
studio_version = OpenPypeVersion.get_expected_studio_version(use_staging)