Merge pull request #23 from EdwardBetts/patch-1

Correct a spelling mistake
This commit is contained in:
Jean-Francois Mauguit 2024-09-24 21:24:55 +02:00 committed by GitHub
commit 3f708e849a

View File

@ -17,7 +17,7 @@ else:
VCPKG_PATH = Path(__file__).parent / 'vcpkg' VCPKG_PATH = Path(__file__).parent / 'vcpkg'
if len(sys.argv) > 3: 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(): if not VCPKG_PATH.exists():