diff options
author | Georg Brandl <georg@python.org> | 2007-03-10 07:38:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-10 07:38:14 (GMT) |
commit | 74780961483ef3ec92b8a8ea4c1cf46125e75a4d (patch) | |
tree | 5263789ee92594a2920598472942c1be77ebac49 /Modules/getpath.c | |
parent | faaa2041294c283974a28b4ebf81b58f020f3e06 (diff) | |
download | cpython-74780961483ef3ec92b8a8ea4c1cf46125e75a4d.zip cpython-74780961483ef3ec92b8a8ea4c1cf46125e75a4d.tar.gz cpython-74780961483ef3ec92b8a8ea4c1cf46125e75a4d.tar.bz2 |
Typos.
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r-- | Modules/getpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c index 78bfaf9..09fbe10 100644 --- a/Modules/getpath.c +++ b/Modules/getpath.c @@ -26,7 +26,7 @@ * as best as is possible, but most imports will fail. * * Before any searches are done, the location of the executable is - * determined. If argv[0] has one or more slashs in it, it is used + * determined. If argv[0] has one or more slashes in it, it is used * unchanged. Otherwise, it must have been invoked from the shell's path, * so we search $PATH for the named executable and use that. If the * executable was not found on $PATH (or there was no $PATH environment |