diff options
author | Yang Hau <vulxj0j8j8@gmail.com> | 2023-12-01 09:37:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 09:37:40 (GMT) |
commit | 707c37e373d7ea4e3f06b24c719fa45f70fbfa49 (patch) | |
tree | 1f3f61f0715561ef85d0782828c4bce0cd33b6d2 /PC | |
parent | 467e3f94171f84221272011d40e4ee32fba47f73 (diff) | |
download | cpython-707c37e373d7ea4e3f06b24c719fa45f70fbfa49.zip cpython-707c37e373d7ea4e3f06b24c719fa45f70fbfa49.tar.gz cpython-707c37e373d7ea4e3f06b24c719fa45f70fbfa49.tar.bz2 |
Fix typos in variable names, function names, and comments (GH-101868)
Diffstat (limited to 'PC')
-rw-r--r-- | PC/launcher2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/launcher2.c b/PC/launcher2.c index 116091f..2a8f8a1 100644 --- a/PC/launcher2.c +++ b/PC/launcher2.c @@ -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 |