Compare commits

..

2 commits

Author SHA1 Message Date
Jean-Francois Mauguit
60506addba
Merge pull request #23 from EdwardBetts/patch-1
Correct a spelling mistake
2024-09-24 21:24:55 +02:00
Edward Betts
ec221b7bce
Correct a spelling mistake 2024-09-24 20:08:55 +01:00

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