]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in launcher.c (GH-24497)
authorIkko Ashimine <eltociear@gmail.com>
Sat, 20 Feb 2021 10:03:50 +0000 (19:03 +0900)
committerGitHub <noreply@github.com>
Sat, 20 Feb 2021 10:03:50 +0000 (19:03 +0900)
PC/launcher.c

index cc2d35b2c4cb7cca44ce0fd79fea2bfd294fc1f4..f5b225ac08cfe109a0e7d5e62c22682db1b5a895 100644 (file)
@@ -1552,8 +1552,8 @@ Launcher arguments:\n\n\
     fputws(L"\nany of the following, (in priority order):", stdout);
     fputws(L"\n An active virtual environment", stdout);
     fputws(L"\n A shebang line in the script (if present)", stdout);
-    fputws(L"\n With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Enviroment variable", stdout);
-    fputws(L"\n A PY_PYTHON Enviroment variable", stdout);
+    fputws(L"\n With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Environment variable", stdout);
+    fputws(L"\n A PY_PYTHON Environment variable", stdout);
     fputws(L"\n From [defaults] in py.ini in your %LOCALAPPDATA%\\py.ini", stdout);
     fputws(L"\n From [defaults] in py.ini beside py.exe (use `where py` to locate)", stdout);
     fputws(L"\n\nThe following help text is from Python:\n\n", stdout);