Correct a spelling mistake

This commit is contained in:
Edward Betts 2024-09-24 20:08:55 +01:00 committed by GitHub
parent 8bdb48161f
commit 646062fb13
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ else:
VCPKG_PATH = Path(__file__).parent / 'vcpkg'
if len(sys.argv) > 3:
print("the argumnets after the second one are ignored")
print("the arguments after the second one are ignored")
if not VCPKG_PATH.exists():
@ -57,4 +57,4 @@ with open(PKG_VERSION_JSON_PATHNAME) as f:
versions_set = sorted(set(versions_list), reverse=True)
for version in versions_set:
print(version)
print(version)