diff options
Diffstat (limited to 'Lib/plat-irix5/panel.py')
-rwxr-xr-x | Lib/plat-irix5/panel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-irix5/panel.py b/Lib/plat-irix5/panel.py index 2c0365c..629bee5 100755 --- a/Lib/plat-irix5/panel.py +++ b/Lib/plat-irix5/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): |