Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28737

Modified Files:
        GUI.pm 
Log Message:
Typos

Index: GUI.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** GUI.pm      20 Jan 2007 17:09:22 -0000      1.59
--- GUI.pm      9 Feb 2007 21:56:04 -0000       1.60
***************
*** 323,327 ****
  
      if(@_) { # more items than expected passed: someone probably tried
!              # passsing and array or hash
          warn("UserData: too many arguments");
          return 0;
--- 323,327 ----
  
      if(@_) { # more items than expected passed: someone probably tried
!              # passsing an array or hash
          warn("UserData: too many arguments");
          return 0;
***************
*** 360,364 ****
  
      if(@_) { # more items than expected passed: someone probably tried
!              # passsing and array or hash
          warn("ClassData: too many arguments");
          return 0;
--- 360,364 ----
  
      if(@_) { # more items than expected passed: someone probably tried
!              # passsing an array or hash
          warn("ClassData: too many arguments");
          return 0;


Reply via email to