From: Pjotr Prins Date: Sat, 23 May 2009 08:28:12 +0000 (+0800) Subject: Typo X-Git-Url: https://repo.or.cz/w/Math-GSL.git/commitdiff_plain/bafb46d60789fffd016586202706ff5661dad407 Typo --- diff --git a/swig/gsl_typemaps.i b/swig/gsl_typemaps.i index 987e713..c904297 100644 --- a/swig/gsl_typemaps.i +++ b/swig/gsl_typemaps.i @@ -12,7 +12,7 @@ /***************************** * handle 'double const []' as an input array of doubles - * We allocate the C array at the begining and free it at the end + * We allocate the C array at the beginning and free it at the end */ %typemap(in) double const [] { AV *tempav; @@ -50,7 +50,7 @@ /***************************** * handle 'float const []' as an input array of floats - * We allocate the C array at the begining and free it at the end + * We allocate the C array at the beginning and free it at the end */ %typemap(in) float const [] { AV *tempav;