mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
typos fixed by Rob Hooft
This commit is contained in:
parent
7c014684c2
commit
a05e293a21
32 changed files with 41 additions and 41 deletions
|
@ -59,7 +59,7 @@ except KeyError:
|
|||
else:
|
||||
print 'fakename', fakename, 'did not except pwd.getpwnam()'
|
||||
|
||||
# Choose a non-existant uid.
|
||||
# Choose a non-existent uid.
|
||||
fakeuid = 4127
|
||||
while byuids.has_key(fakeuid):
|
||||
fakeuid = (fakeuid * 3) % 0x10000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue