spelling error in Gnome2

View: New views
1 Messages — Rating Filter:   Alert me  

spelling error in Gnome2

by Ryan Niebur :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

there's a minor spelling error in Gnome2, attached is a patch, please
apply it. and I thought automated spell checking on binaries was a bad
idea.

--
_________________________
Ryan Niebur
ryanryan52@...

--- ./xs/GnomeConfig.xs.orig 2009-09-04 00:56:54.000000000 -0700
+++ ./xs/GnomeConfig.xs 2009-09-04 00:57:00.000000000 -0700
@@ -334,7 +334,7 @@
  SV **string;
     CODE:
  if (! (SvOK (value) && SvROK (value) && SvTYPE (SvRV (value)) == SVt_PVAV))
- croak ("the vector paramter must be a reference to an array");
+ croak ("the vector parameter must be a reference to an array");
 
  array = (AV *) SvRV (value);
  length = av_len (array);


_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@...
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

signature.asc (204 bytes) Download Attachment