fix typos, mostly in comments

This commit is contained in:
Fred Drake 2005-10-28 14:39:47 +00:00
parent f339654280
commit db390c1ad8
10 changed files with 14 additions and 13 deletions

View file

@ -21,7 +21,7 @@ def registerSignals((for_usr1, for_usr2, for_alrm)):
return usr1, usr2, alrm
# The signal handler. Just note that the signal occured and
# The signal handler. Just note that the signal occurred and
# from who.
def handle_signals(sig,frame):
signal_blackboard[sig]['tripped'] += 1