diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-28 14:48:01 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-28 14:48:01 (GMT) |
commit | a05e293a219f0fbaf4301fa7a292b9578a523675 (patch) | |
tree | f5ed23b622ef5ba098ca41b890f95aa8caeb43ca /Lib/plat-irix6 | |
parent | 7c014684c27ad646107b9f17882f43e7bd96f252 (diff) | |
download | cpython-a05e293a219f0fbaf4301fa7a292b9578a523675.zip cpython-a05e293a219f0fbaf4301fa7a292b9578a523675.tar.gz cpython-a05e293a219f0fbaf4301fa7a292b9578a523675.tar.bz2 |
typos fixed by Rob Hooft
Diffstat (limited to 'Lib/plat-irix6')
-rw-r--r-- | Lib/plat-irix6/flp.py | 4 | ||||
-rw-r--r-- | Lib/plat-irix6/panel.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Lib/plat-irix6/flp.py b/Lib/plat-irix6/flp.py index 484c8ff..9f1957f 100644 --- a/Lib/plat-irix6/flp.py +++ b/Lib/plat-irix6/flp.py @@ -203,7 +203,7 @@ def _parse_fd_header(file): return datum[1] # # Internal: parse fd form, or skip if name doesn't match. -# the special value None means 'allways parse it'. +# the special value None means 'always parse it'. # def _parse_fd_form(file, name): datum = _parse_1_line(file) @@ -222,7 +222,7 @@ def _parse_fd_form(file, name): return None # -# Internal class: a convient place to store object info fields +# Internal class: a convenient place to store object info fields # class _newobj: def add(self, name, value): diff --git a/Lib/plat-irix6/panel.py b/Lib/plat-irix6/panel.py index 2c0365c..629bee5 100644 --- a/Lib/plat-irix6/panel.py +++ b/Lib/plat-irix6/panel.py @@ -2,7 +2,7 @@ # # Support for the Panel library. # Uses built-in module 'pnl'. -# Applciations should use 'panel.function' instead of 'pnl.function'; +# Applications should use 'panel.function' instead of 'pnl.function'; # most 'pnl' functions are transparently exported by 'panel', # but dopanel() is overridden and you have to use this version # if you want to use callbacks. @@ -137,7 +137,7 @@ def assign_members(target, attrlist, exclist, prefix): print 'assign failed:', stmt -# Build a real actuator from an actuator descriptior. +# Build a real actuator from an actuator description. # Return a pair (actuator, name). # def build_actuator(descr): |