mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typos in variable names, function names, and comments (GH-101868)
This commit is contained in:
parent
467e3f9417
commit
707c37e373
7 changed files with 13 additions and 13 deletions
|
@ -438,7 +438,7 @@ typedef struct {
|
|||
bool list;
|
||||
// if true, only list detected runtimes with paths without launching
|
||||
bool listPaths;
|
||||
// if true, display help message before contiuning
|
||||
// if true, display help message before continuing
|
||||
bool help;
|
||||
// if set, limits search to registry keys with the specified Company
|
||||
// This is intended for debugging and testing only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue