Archived
1
0

Correct a spelling mistake

This commit is contained in:
Edward Betts 2024-09-24 20:08:55 +01:00 committed by GitHub
parent c7cc00aeaa
commit b38850f2ca

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():