Fix some comment typos

This commit is contained in:
Neal Norwitz 2005-11-25 02:02:50 +00:00
parent 2fcf206a6f
commit 7025ce6fb0
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class _localbase(object):
raise TypeError("Initialization arguments are not supported") raise TypeError("Initialization arguments are not supported")
# We need to create the thread dict in anticipation of # We need to create the thread dict in anticipation of
# __init__ being called, to make sire we don't cal it # __init__ being called, to make sure we don't call it
# again ourselves. # again ourselves.
dict = object.__getattribute__(self, '__dict__') dict = object.__getattribute__(self, '__dict__')
currentThread().__dict__[key] = dict currentThread().__dict__[key] = dict