[Python-checkins] CVS: python/dist/src/Lib/plat-irix6 flp.py,1.4,1.5 panel.py,1.1,1.2

Jeremy Hylton python-dev@python.org
Wed, 28 Jun 2000 07:48:04 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-irix6
In directory slayer.i.sourceforge.net:/tmp/cvs-serv723/Lib/plat-irix6

Modified Files:
	flp.py panel.py 
Log Message:
typos fixed by Rob Hooft


Index: flp.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix6/flp.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** flp.py	1998/03/26 20:23:01	1.4
--- flp.py	2000/06/28 14:48:01	1.5
***************
*** 204,208 ****
  #
  # Internal: parse fd form, or skip if name doesn't match.
! # the special value None means 'allways parse it'.
  #
  def _parse_fd_form(file, name):
--- 204,208 ----
  #
  # Internal: parse fd form, or skip if name doesn't match.
! # the special value None means 'always parse it'.
  #
  def _parse_fd_form(file, name):
***************
*** 223,227 ****
  
  #
! # Internal class: a convient place to store object info fields
  #
  class _newobj:
--- 223,227 ----
  
  #
! # Internal class: a convenient place to store object info fields
  #
  class _newobj:

Index: panel.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix6/panel.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** panel.py	1997/01/15 19:19:11	1.1
--- panel.py	2000/06/28 14:48:01	1.2
***************
*** 3,7 ****
  # Support for the Panel library.
  # Uses built-in module 'pnl'.
! # Applciations 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
--- 3,7 ----
  # Support for the Panel library.
  # Uses built-in module 'pnl'.
! # 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
***************
*** 138,142 ****
  
  
! # Build a real actuator from an actuator descriptior.
  # Return a pair (actuator, name).
  #
--- 138,142 ----
  
  
! # Build a real actuator from an actuator description.
  # Return a pair (actuator, name).
  #