--- ./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);