Author: Florian Schlichting <fsfs@debian.org>
Description: fix typos in phrase 'information on the functions'
Forwarded: https://github.com/leto/math--gsl/pull/242

--- a/lib/Math/GSL/BLAS.pm
+++ b/lib/Math/GSL/BLAS.pm
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/lib/Math/GSL/BSpline.pm
+++ b/lib/Math/GSL/BSpline.pm
@@ -428,7 +428,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/lib/Math/GSL/CBLAS.pm
+++ b/lib/Math/GSL/CBLAS.pm
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/lib/Math/GSL/CDF.pm
+++ b/lib/Math/GSL/CDF.pm
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Chebyshev.pm
+++ b/lib/Math/GSL/Chebyshev.pm
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/Combination.pm
+++ b/lib/Math/GSL/Combination.pm
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Deriv.pm
+++ b/lib/Math/GSL/Deriv.pm
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/Eigen.pm
+++ b/lib/Math/GSL/Eigen.pm
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/FFT.pm
+++ b/lib/Math/GSL/FFT.pm
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Fit.pm
+++ b/lib/Math/GSL/Fit.pm
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Heapsort.pm
+++ b/lib/Math/GSL/Heapsort.pm
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Integration.pm
+++ b/lib/Math/GSL/Integration.pm
@@ -1120,7 +1120,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/Linalg.pm
+++ b/lib/Math/GSL/Linalg.pm
@@ -937,7 +937,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/lib/Math/GSL/Matrix.pm
+++ b/lib/Math/GSL/Matrix.pm
@@ -2801,7 +2801,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/MatrixComplex.pm
+++ b/lib/Math/GSL/MatrixComplex.pm
@@ -1283,7 +1283,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Min.pm
+++ b/lib/Math/GSL/Min.pm
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/Monte.pm
+++ b/lib/Math/GSL/Monte.pm
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/Multifit.pm
+++ b/lib/Math/GSL/Multifit.pm
@@ -1157,7 +1157,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Multilarge.pm
+++ b/lib/Math/GSL/Multilarge.pm
@@ -867,7 +867,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Multimin.pm
+++ b/lib/Math/GSL/Multimin.pm
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Multiroots.pm
+++ b/lib/Math/GSL/Multiroots.pm
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/NTuple.pm
+++ b/lib/Math/GSL/NTuple.pm
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/ODEIV.pm
+++ b/lib/Math/GSL/ODEIV.pm
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/lib/Math/GSL/Permutation.pm
+++ b/lib/Math/GSL/Permutation.pm
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Poly.pm
+++ b/lib/Math/GSL/Poly.pm
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/QRNG.pm
+++ b/lib/Math/GSL/QRNG.pm
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/lib/Math/GSL/RNG.pm
+++ b/lib/Math/GSL/RNG.pm
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/lib/Math/GSL/Randist.pm
+++ b/lib/Math/GSL/Randist.pm
@@ -1086,7 +1086,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Rstat.pm
+++ b/lib/Math/GSL/Rstat.pm
@@ -281,7 +281,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/SF.pm
+++ b/lib/Math/GSL/SF.pm
@@ -3932,7 +3932,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Siman.pm
+++ b/lib/Math/GSL/Siman.pm
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Sort.pm
+++ b/lib/Math/GSL/Sort.pm
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/lib/Math/GSL/SparseMatrix.pm
+++ b/lib/Math/GSL/SparseMatrix.pm
@@ -1934,7 +1934,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/Spline.pm
+++ b/lib/Math/GSL/Spline.pm
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Statistics.pm
+++ b/lib/Math/GSL/Statistics.pm
@@ -633,7 +633,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/lib/Math/GSL/Sys.pm
+++ b/lib/Math/GSL/Sys.pm
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/lib/Math/GSL/Vector.pm
+++ b/lib/Math/GSL/Vector.pm
@@ -1432,7 +1432,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/BLAS.pm.1.15
+++ b/pm/Math/GSL/BLAS.pm.1.15
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.1.16
+++ b/pm/Math/GSL/BLAS.pm.1.16
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.0
+++ b/pm/Math/GSL/BLAS.pm.2.0
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.1
+++ b/pm/Math/GSL/BLAS.pm.2.1
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.2
+++ b/pm/Math/GSL/BLAS.pm.2.2
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.2.1
+++ b/pm/Math/GSL/BLAS.pm.2.2.1
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.3
+++ b/pm/Math/GSL/BLAS.pm.2.3
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.4
+++ b/pm/Math/GSL/BLAS.pm.2.4
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.5
+++ b/pm/Math/GSL/BLAS.pm.2.5
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.6
+++ b/pm/Math/GSL/BLAS.pm.2.6
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BLAS.pm.2.7
+++ b/pm/Math/GSL/BLAS.pm.2.7
@@ -574,7 +574,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pm/Math/GSL/BSpline.pm.1.15
+++ b/pm/Math/GSL/BSpline.pm.1.15
@@ -326,7 +326,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.1.16
+++ b/pm/Math/GSL/BSpline.pm.1.16
@@ -327,7 +327,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.0
+++ b/pm/Math/GSL/BSpline.pm.2.0
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.1
+++ b/pm/Math/GSL/BSpline.pm.2.1
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.2
+++ b/pm/Math/GSL/BSpline.pm.2.2
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.2.1
+++ b/pm/Math/GSL/BSpline.pm.2.2.1
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.3
+++ b/pm/Math/GSL/BSpline.pm.2.3
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.4
+++ b/pm/Math/GSL/BSpline.pm.2.4
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.5
+++ b/pm/Math/GSL/BSpline.pm.2.5
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.6
+++ b/pm/Math/GSL/BSpline.pm.2.6
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/BSpline.pm.2.7
+++ b/pm/Math/GSL/BSpline.pm.2.7
@@ -389,7 +389,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pm/Math/GSL/CBLAS.pm.1.15
+++ b/pm/Math/GSL/CBLAS.pm.1.15
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.1.16
+++ b/pm/Math/GSL/CBLAS.pm.1.16
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.0
+++ b/pm/Math/GSL/CBLAS.pm.2.0
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.1
+++ b/pm/Math/GSL/CBLAS.pm.2.1
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.2
+++ b/pm/Math/GSL/CBLAS.pm.2.2
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.2.1
+++ b/pm/Math/GSL/CBLAS.pm.2.2.1
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.3
+++ b/pm/Math/GSL/CBLAS.pm.2.3
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.4
+++ b/pm/Math/GSL/CBLAS.pm.2.4
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.5
+++ b/pm/Math/GSL/CBLAS.pm.2.5
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.6
+++ b/pm/Math/GSL/CBLAS.pm.2.6
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CBLAS.pm.2.7
+++ b/pm/Math/GSL/CBLAS.pm.2.7
@@ -747,7 +747,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/CDF.pm.1.15
+++ b/pm/Math/GSL/CDF.pm.1.15
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.1.16
+++ b/pm/Math/GSL/CDF.pm.1.16
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.0
+++ b/pm/Math/GSL/CDF.pm.2.0
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.1
+++ b/pm/Math/GSL/CDF.pm.2.1
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.2
+++ b/pm/Math/GSL/CDF.pm.2.2
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.2.1
+++ b/pm/Math/GSL/CDF.pm.2.2.1
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.3
+++ b/pm/Math/GSL/CDF.pm.2.3
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.4
+++ b/pm/Math/GSL/CDF.pm.2.4
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.5
+++ b/pm/Math/GSL/CDF.pm.2.5
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.6
+++ b/pm/Math/GSL/CDF.pm.2.6
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/CDF.pm.2.7
+++ b/pm/Math/GSL/CDF.pm.2.7
@@ -559,7 +559,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Chebyshev.pm.1.15
+++ b/pm/Math/GSL/Chebyshev.pm.1.15
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.1.16
+++ b/pm/Math/GSL/Chebyshev.pm.1.16
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.0
+++ b/pm/Math/GSL/Chebyshev.pm.2.0
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.1
+++ b/pm/Math/GSL/Chebyshev.pm.2.1
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.2
+++ b/pm/Math/GSL/Chebyshev.pm.2.2
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.2.1
+++ b/pm/Math/GSL/Chebyshev.pm.2.2.1
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.3
+++ b/pm/Math/GSL/Chebyshev.pm.2.3
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.4
+++ b/pm/Math/GSL/Chebyshev.pm.2.4
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.5
+++ b/pm/Math/GSL/Chebyshev.pm.2.5
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.6
+++ b/pm/Math/GSL/Chebyshev.pm.2.6
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Chebyshev.pm.2.7
+++ b/pm/Math/GSL/Chebyshev.pm.2.7
@@ -407,7 +407,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Combination.pm.1.15
+++ b/pm/Math/GSL/Combination.pm.1.15
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.1.16
+++ b/pm/Math/GSL/Combination.pm.1.16
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.0
+++ b/pm/Math/GSL/Combination.pm.2.0
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.1
+++ b/pm/Math/GSL/Combination.pm.2.1
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.2
+++ b/pm/Math/GSL/Combination.pm.2.2
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.2.1
+++ b/pm/Math/GSL/Combination.pm.2.2.1
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.3
+++ b/pm/Math/GSL/Combination.pm.2.3
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.4
+++ b/pm/Math/GSL/Combination.pm.2.4
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.5
+++ b/pm/Math/GSL/Combination.pm.2.5
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.6
+++ b/pm/Math/GSL/Combination.pm.2.6
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Combination.pm.2.7
+++ b/pm/Math/GSL/Combination.pm.2.7
@@ -370,7 +370,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Deriv.pm.1.15
+++ b/pm/Math/GSL/Deriv.pm.1.15
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.1.16
+++ b/pm/Math/GSL/Deriv.pm.1.16
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.0
+++ b/pm/Math/GSL/Deriv.pm.2.0
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.1
+++ b/pm/Math/GSL/Deriv.pm.2.1
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.2
+++ b/pm/Math/GSL/Deriv.pm.2.2
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.2.1
+++ b/pm/Math/GSL/Deriv.pm.2.2.1
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.3
+++ b/pm/Math/GSL/Deriv.pm.2.3
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.4
+++ b/pm/Math/GSL/Deriv.pm.2.4
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.5
+++ b/pm/Math/GSL/Deriv.pm.2.5
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.6
+++ b/pm/Math/GSL/Deriv.pm.2.6
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Deriv.pm.2.7
+++ b/pm/Math/GSL/Deriv.pm.2.7
@@ -334,7 +334,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Eigen.pm.1.15
+++ b/pm/Math/GSL/Eigen.pm.1.15
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.1.16
+++ b/pm/Math/GSL/Eigen.pm.1.16
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.0
+++ b/pm/Math/GSL/Eigen.pm.2.0
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.1
+++ b/pm/Math/GSL/Eigen.pm.2.1
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.2
+++ b/pm/Math/GSL/Eigen.pm.2.2
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.2.1
+++ b/pm/Math/GSL/Eigen.pm.2.2.1
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.3
+++ b/pm/Math/GSL/Eigen.pm.2.3
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.4
+++ b/pm/Math/GSL/Eigen.pm.2.4
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.5
+++ b/pm/Math/GSL/Eigen.pm.2.5
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.6
+++ b/pm/Math/GSL/Eigen.pm.2.6
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Eigen.pm.2.7
+++ b/pm/Math/GSL/Eigen.pm.2.7
@@ -1091,7 +1091,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.1.15
+++ b/pm/Math/GSL/FFT.pm.1.15
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.1.16
+++ b/pm/Math/GSL/FFT.pm.1.16
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.0
+++ b/pm/Math/GSL/FFT.pm.2.0
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.1
+++ b/pm/Math/GSL/FFT.pm.2.1
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.2
+++ b/pm/Math/GSL/FFT.pm.2.2
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.2.1
+++ b/pm/Math/GSL/FFT.pm.2.2.1
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.3
+++ b/pm/Math/GSL/FFT.pm.2.3
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.4
+++ b/pm/Math/GSL/FFT.pm.2.4
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.5
+++ b/pm/Math/GSL/FFT.pm.2.5
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.6
+++ b/pm/Math/GSL/FFT.pm.2.6
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/FFT.pm.2.7
+++ b/pm/Math/GSL/FFT.pm.2.7
@@ -991,7 +991,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.1.15
+++ b/pm/Math/GSL/Fit.pm.1.15
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.1.16
+++ b/pm/Math/GSL/Fit.pm.1.16
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.0
+++ b/pm/Math/GSL/Fit.pm.2.0
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.1
+++ b/pm/Math/GSL/Fit.pm.2.1
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.2
+++ b/pm/Math/GSL/Fit.pm.2.2
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.2.1
+++ b/pm/Math/GSL/Fit.pm.2.2.1
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.3
+++ b/pm/Math/GSL/Fit.pm.2.3
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.4
+++ b/pm/Math/GSL/Fit.pm.2.4
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.5
+++ b/pm/Math/GSL/Fit.pm.2.5
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.6
+++ b/pm/Math/GSL/Fit.pm.2.6
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Fit.pm.2.7
+++ b/pm/Math/GSL/Fit.pm.2.7
@@ -212,7 +212,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.1.15
+++ b/pm/Math/GSL/Heapsort.pm.1.15
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.1.16
+++ b/pm/Math/GSL/Heapsort.pm.1.16
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.0
+++ b/pm/Math/GSL/Heapsort.pm.2.0
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.1
+++ b/pm/Math/GSL/Heapsort.pm.2.1
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.2
+++ b/pm/Math/GSL/Heapsort.pm.2.2
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.2.1
+++ b/pm/Math/GSL/Heapsort.pm.2.2.1
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.3
+++ b/pm/Math/GSL/Heapsort.pm.2.3
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.4
+++ b/pm/Math/GSL/Heapsort.pm.2.4
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.5
+++ b/pm/Math/GSL/Heapsort.pm.2.5
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.6
+++ b/pm/Math/GSL/Heapsort.pm.2.6
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Heapsort.pm.2.7
+++ b/pm/Math/GSL/Heapsort.pm.2.7
@@ -202,7 +202,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Integration.pm.1.15
+++ b/pm/Math/GSL/Integration.pm.1.15
@@ -824,7 +824,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.1.16
+++ b/pm/Math/GSL/Integration.pm.1.16
@@ -824,7 +824,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.0
+++ b/pm/Math/GSL/Integration.pm.2.0
@@ -824,7 +824,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.1
+++ b/pm/Math/GSL/Integration.pm.2.1
@@ -824,7 +824,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.2
+++ b/pm/Math/GSL/Integration.pm.2.2
@@ -824,7 +824,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.2.1
+++ b/pm/Math/GSL/Integration.pm.2.2.1
@@ -824,7 +824,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.3
+++ b/pm/Math/GSL/Integration.pm.2.3
@@ -824,7 +824,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.4
+++ b/pm/Math/GSL/Integration.pm.2.4
@@ -1020,7 +1020,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.5
+++ b/pm/Math/GSL/Integration.pm.2.5
@@ -1066,7 +1066,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.6
+++ b/pm/Math/GSL/Integration.pm.2.6
@@ -1066,7 +1066,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Integration.pm.2.7
+++ b/pm/Math/GSL/Integration.pm.2.7
@@ -1066,7 +1066,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Linalg.pm.1.15
+++ b/pm/Math/GSL/Linalg.pm.1.15
@@ -809,7 +809,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.1.16
+++ b/pm/Math/GSL/Linalg.pm.1.16
@@ -810,7 +810,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.0
+++ b/pm/Math/GSL/Linalg.pm.2.0
@@ -813,7 +813,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.1
+++ b/pm/Math/GSL/Linalg.pm.2.1
@@ -813,7 +813,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.2
+++ b/pm/Math/GSL/Linalg.pm.2.2
@@ -848,7 +848,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.2.1
+++ b/pm/Math/GSL/Linalg.pm.2.2.1
@@ -849,7 +849,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.3
+++ b/pm/Math/GSL/Linalg.pm.2.3
@@ -849,7 +849,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.4
+++ b/pm/Math/GSL/Linalg.pm.2.4
@@ -850,7 +850,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.5
+++ b/pm/Math/GSL/Linalg.pm.2.5
@@ -852,7 +852,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.6
+++ b/pm/Math/GSL/Linalg.pm.2.6
@@ -888,7 +888,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Linalg.pm.2.7
+++ b/pm/Math/GSL/Linalg.pm.2.7
@@ -921,7 +921,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pm/Math/GSL/Matrix.pm.1.15
+++ b/pm/Math/GSL/Matrix.pm.1.15
@@ -2779,7 +2779,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.1.16
+++ b/pm/Math/GSL/Matrix.pm.1.16
@@ -2779,7 +2779,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.0
+++ b/pm/Math/GSL/Matrix.pm.2.0
@@ -2779,7 +2779,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.1
+++ b/pm/Math/GSL/Matrix.pm.2.1
@@ -2779,7 +2779,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.2
+++ b/pm/Math/GSL/Matrix.pm.2.2
@@ -2787,7 +2787,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.2.1
+++ b/pm/Math/GSL/Matrix.pm.2.2.1
@@ -2787,7 +2787,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.3
+++ b/pm/Math/GSL/Matrix.pm.2.3
@@ -2787,7 +2787,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.4
+++ b/pm/Math/GSL/Matrix.pm.2.4
@@ -2787,7 +2787,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.5
+++ b/pm/Math/GSL/Matrix.pm.2.5
@@ -2787,7 +2787,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.6
+++ b/pm/Math/GSL/Matrix.pm.2.6
@@ -2788,7 +2788,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Matrix.pm.2.7
+++ b/pm/Math/GSL/Matrix.pm.2.7
@@ -2800,7 +2800,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.1.15
+++ b/pm/Math/GSL/MatrixComplex.pm.1.15
@@ -1275,7 +1275,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.1.16
+++ b/pm/Math/GSL/MatrixComplex.pm.1.16
@@ -1275,7 +1275,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.0
+++ b/pm/Math/GSL/MatrixComplex.pm.2.0
@@ -1275,7 +1275,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.1
+++ b/pm/Math/GSL/MatrixComplex.pm.2.1
@@ -1275,7 +1275,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.2
+++ b/pm/Math/GSL/MatrixComplex.pm.2.2
@@ -1277,7 +1277,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.2.1
+++ b/pm/Math/GSL/MatrixComplex.pm.2.2.1
@@ -1277,7 +1277,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.3
+++ b/pm/Math/GSL/MatrixComplex.pm.2.3
@@ -1277,7 +1277,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.4
+++ b/pm/Math/GSL/MatrixComplex.pm.2.4
@@ -1277,7 +1277,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.5
+++ b/pm/Math/GSL/MatrixComplex.pm.2.5
@@ -1277,7 +1277,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.6
+++ b/pm/Math/GSL/MatrixComplex.pm.2.6
@@ -1278,7 +1278,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/MatrixComplex.pm.2.7
+++ b/pm/Math/GSL/MatrixComplex.pm.2.7
@@ -1282,7 +1282,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Min.pm.1.15
+++ b/pm/Math/GSL/Min.pm.1.15
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.1.16
+++ b/pm/Math/GSL/Min.pm.1.16
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.0
+++ b/pm/Math/GSL/Min.pm.2.0
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.1
+++ b/pm/Math/GSL/Min.pm.2.1
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.2
+++ b/pm/Math/GSL/Min.pm.2.2
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.2.1
+++ b/pm/Math/GSL/Min.pm.2.2.1
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.3
+++ b/pm/Math/GSL/Min.pm.2.3
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.4
+++ b/pm/Math/GSL/Min.pm.2.4
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.5
+++ b/pm/Math/GSL/Min.pm.2.5
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.6
+++ b/pm/Math/GSL/Min.pm.2.6
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Min.pm.2.7
+++ b/pm/Math/GSL/Min.pm.2.7
@@ -484,7 +484,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.1.15
+++ b/pm/Math/GSL/Monte.pm.1.15
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.1.16
+++ b/pm/Math/GSL/Monte.pm.1.16
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.0
+++ b/pm/Math/GSL/Monte.pm.2.0
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.1
+++ b/pm/Math/GSL/Monte.pm.2.1
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.2
+++ b/pm/Math/GSL/Monte.pm.2.2
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.2.1
+++ b/pm/Math/GSL/Monte.pm.2.2.1
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.3
+++ b/pm/Math/GSL/Monte.pm.2.3
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.4
+++ b/pm/Math/GSL/Monte.pm.2.4
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.5
+++ b/pm/Math/GSL/Monte.pm.2.5
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.6
+++ b/pm/Math/GSL/Monte.pm.2.6
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Monte.pm.2.7
+++ b/pm/Math/GSL/Monte.pm.2.7
@@ -560,7 +560,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multifit.pm.2.1
+++ b/pm/Math/GSL/Multifit.pm.2.1
@@ -1147,7 +1147,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multifit.pm.2.2
+++ b/pm/Math/GSL/Multifit.pm.2.2
@@ -1147,7 +1147,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multifit.pm.2.2.1
+++ b/pm/Math/GSL/Multifit.pm.2.2.1
@@ -1147,7 +1147,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multifit.pm.2.3
+++ b/pm/Math/GSL/Multifit.pm.2.3
@@ -1155,7 +1155,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multifit.pm.2.4
+++ b/pm/Math/GSL/Multifit.pm.2.4
@@ -1155,7 +1155,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multifit.pm.2.5
+++ b/pm/Math/GSL/Multifit.pm.2.5
@@ -1155,7 +1155,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multifit.pm.2.6
+++ b/pm/Math/GSL/Multifit.pm.2.6
@@ -1155,7 +1155,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multifit.pm.2.7
+++ b/pm/Math/GSL/Multifit.pm.2.7
@@ -1156,7 +1156,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multilarge.pm.2.1
+++ b/pm/Math/GSL/Multilarge.pm.2.1
@@ -850,7 +850,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multilarge.pm.2.2
+++ b/pm/Math/GSL/Multilarge.pm.2.2
@@ -851,7 +851,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multilarge.pm.2.2.1
+++ b/pm/Math/GSL/Multilarge.pm.2.2.1
@@ -851,7 +851,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multilarge.pm.2.3
+++ b/pm/Math/GSL/Multilarge.pm.2.3
@@ -859,7 +859,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multilarge.pm.2.4
+++ b/pm/Math/GSL/Multilarge.pm.2.4
@@ -859,7 +859,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multilarge.pm.2.5
+++ b/pm/Math/GSL/Multilarge.pm.2.5
@@ -859,7 +859,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multilarge.pm.2.6
+++ b/pm/Math/GSL/Multilarge.pm.2.6
@@ -859,7 +859,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multilarge.pm.2.7
+++ b/pm/Math/GSL/Multilarge.pm.2.7
@@ -866,7 +866,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.1.15
+++ b/pm/Math/GSL/Multimin.pm.1.15
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.1.16
+++ b/pm/Math/GSL/Multimin.pm.1.16
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.0
+++ b/pm/Math/GSL/Multimin.pm.2.0
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.1
+++ b/pm/Math/GSL/Multimin.pm.2.1
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.2
+++ b/pm/Math/GSL/Multimin.pm.2.2
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.2.1
+++ b/pm/Math/GSL/Multimin.pm.2.2.1
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.3
+++ b/pm/Math/GSL/Multimin.pm.2.3
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.4
+++ b/pm/Math/GSL/Multimin.pm.2.4
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.5
+++ b/pm/Math/GSL/Multimin.pm.2.5
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.6
+++ b/pm/Math/GSL/Multimin.pm.2.6
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multimin.pm.2.7
+++ b/pm/Math/GSL/Multimin.pm.2.7
@@ -559,7 +559,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Multiroots.pm.1.15
+++ b/pm/Math/GSL/Multiroots.pm.1.15
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.1.16
+++ b/pm/Math/GSL/Multiroots.pm.1.16
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.0
+++ b/pm/Math/GSL/Multiroots.pm.2.0
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.1
+++ b/pm/Math/GSL/Multiroots.pm.2.1
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.2
+++ b/pm/Math/GSL/Multiroots.pm.2.2
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.2.1
+++ b/pm/Math/GSL/Multiroots.pm.2.2.1
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.3
+++ b/pm/Math/GSL/Multiroots.pm.2.3
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.4
+++ b/pm/Math/GSL/Multiroots.pm.2.4
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.5
+++ b/pm/Math/GSL/Multiroots.pm.2.5
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.6
+++ b/pm/Math/GSL/Multiroots.pm.2.6
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Multiroots.pm.2.7
+++ b/pm/Math/GSL/Multiroots.pm.2.7
@@ -543,7 +543,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.1.15
+++ b/pm/Math/GSL/NTuple.pm.1.15
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.1.16
+++ b/pm/Math/GSL/NTuple.pm.1.16
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.0
+++ b/pm/Math/GSL/NTuple.pm.2.0
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.1
+++ b/pm/Math/GSL/NTuple.pm.2.1
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.2
+++ b/pm/Math/GSL/NTuple.pm.2.2
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.2.1
+++ b/pm/Math/GSL/NTuple.pm.2.2.1
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.3
+++ b/pm/Math/GSL/NTuple.pm.2.3
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.4
+++ b/pm/Math/GSL/NTuple.pm.2.4
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.5
+++ b/pm/Math/GSL/NTuple.pm.2.5
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.6
+++ b/pm/Math/GSL/NTuple.pm.2.6
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/NTuple.pm.2.7
+++ b/pm/Math/GSL/NTuple.pm.2.7
@@ -450,7 +450,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/ODEIV.pm.1.15
+++ b/pm/Math/GSL/ODEIV.pm.1.15
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.1.16
+++ b/pm/Math/GSL/ODEIV.pm.1.16
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.0
+++ b/pm/Math/GSL/ODEIV.pm.2.0
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.1
+++ b/pm/Math/GSL/ODEIV.pm.2.1
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.2
+++ b/pm/Math/GSL/ODEIV.pm.2.2
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.2.1
+++ b/pm/Math/GSL/ODEIV.pm.2.2.1
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.3
+++ b/pm/Math/GSL/ODEIV.pm.2.3
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.4
+++ b/pm/Math/GSL/ODEIV.pm.2.4
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.5
+++ b/pm/Math/GSL/ODEIV.pm.2.5
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.6
+++ b/pm/Math/GSL/ODEIV.pm.2.6
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/ODEIV.pm.2.7
+++ b/pm/Math/GSL/ODEIV.pm.2.7
@@ -624,7 +624,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pm/Math/GSL/Permutation.pm.1.15
+++ b/pm/Math/GSL/Permutation.pm.1.15
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.1.16
+++ b/pm/Math/GSL/Permutation.pm.1.16
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.0
+++ b/pm/Math/GSL/Permutation.pm.2.0
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.1
+++ b/pm/Math/GSL/Permutation.pm.2.1
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.2
+++ b/pm/Math/GSL/Permutation.pm.2.2
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.2.1
+++ b/pm/Math/GSL/Permutation.pm.2.2.1
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.3
+++ b/pm/Math/GSL/Permutation.pm.2.3
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.4
+++ b/pm/Math/GSL/Permutation.pm.2.4
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.5
+++ b/pm/Math/GSL/Permutation.pm.2.5
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.6
+++ b/pm/Math/GSL/Permutation.pm.2.6
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Permutation.pm.2.7
+++ b/pm/Math/GSL/Permutation.pm.2.7
@@ -350,7 +350,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Poly.pm.1.15
+++ b/pm/Math/GSL/Poly.pm.1.15
@@ -429,7 +429,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.1.16
+++ b/pm/Math/GSL/Poly.pm.1.16
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.0
+++ b/pm/Math/GSL/Poly.pm.2.0
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.1
+++ b/pm/Math/GSL/Poly.pm.2.1
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.2
+++ b/pm/Math/GSL/Poly.pm.2.2
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.2.1
+++ b/pm/Math/GSL/Poly.pm.2.2.1
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.3
+++ b/pm/Math/GSL/Poly.pm.2.3
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.4
+++ b/pm/Math/GSL/Poly.pm.2.4
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.5
+++ b/pm/Math/GSL/Poly.pm.2.5
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.6
+++ b/pm/Math/GSL/Poly.pm.2.6
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Poly.pm.2.7
+++ b/pm/Math/GSL/Poly.pm.2.7
@@ -430,7 +430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/QRNG.pm.1.15
+++ b/pm/Math/GSL/QRNG.pm.1.15
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.1.16
+++ b/pm/Math/GSL/QRNG.pm.1.16
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.0
+++ b/pm/Math/GSL/QRNG.pm.2.0
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.1
+++ b/pm/Math/GSL/QRNG.pm.2.1
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.2
+++ b/pm/Math/GSL/QRNG.pm.2.2
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.2.1
+++ b/pm/Math/GSL/QRNG.pm.2.2.1
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.3
+++ b/pm/Math/GSL/QRNG.pm.2.3
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.4
+++ b/pm/Math/GSL/QRNG.pm.2.4
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.5
+++ b/pm/Math/GSL/QRNG.pm.2.5
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.6
+++ b/pm/Math/GSL/QRNG.pm.2.6
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/QRNG.pm.2.7
+++ b/pm/Math/GSL/QRNG.pm.2.7
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pm/Math/GSL/RNG.pm.1.15
+++ b/pm/Math/GSL/RNG.pm.1.15
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.1.16
+++ b/pm/Math/GSL/RNG.pm.1.16
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.0
+++ b/pm/Math/GSL/RNG.pm.2.0
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.1
+++ b/pm/Math/GSL/RNG.pm.2.1
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.2
+++ b/pm/Math/GSL/RNG.pm.2.2
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.2.1
+++ b/pm/Math/GSL/RNG.pm.2.2.1
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.3
+++ b/pm/Math/GSL/RNG.pm.2.3
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.4
+++ b/pm/Math/GSL/RNG.pm.2.4
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.5
+++ b/pm/Math/GSL/RNG.pm.2.5
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.6
+++ b/pm/Math/GSL/RNG.pm.2.6
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/RNG.pm.2.7
+++ b/pm/Math/GSL/RNG.pm.2.7
@@ -929,7 +929,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pm/Math/GSL/Randist.pm.1.15
+++ b/pm/Math/GSL/Randist.pm.1.15
@@ -1078,7 +1078,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.1.16
+++ b/pm/Math/GSL/Randist.pm.1.16
@@ -1078,7 +1078,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.0
+++ b/pm/Math/GSL/Randist.pm.2.0
@@ -1078,7 +1078,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.1
+++ b/pm/Math/GSL/Randist.pm.2.1
@@ -1078,7 +1078,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.2
+++ b/pm/Math/GSL/Randist.pm.2.2
@@ -1083,7 +1083,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.2.1
+++ b/pm/Math/GSL/Randist.pm.2.2.1
@@ -1083,7 +1083,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.3
+++ b/pm/Math/GSL/Randist.pm.2.3
@@ -1083,7 +1083,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.4
+++ b/pm/Math/GSL/Randist.pm.2.4
@@ -1083,7 +1083,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.5
+++ b/pm/Math/GSL/Randist.pm.2.5
@@ -1086,7 +1086,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.6
+++ b/pm/Math/GSL/Randist.pm.2.6
@@ -1086,7 +1086,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Randist.pm.2.7
+++ b/pm/Math/GSL/Randist.pm.2.7
@@ -1086,7 +1086,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Rstat.pm.2.0
+++ b/pm/Math/GSL/Rstat.pm.2.0
@@ -278,7 +278,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Rstat.pm.2.1
+++ b/pm/Math/GSL/Rstat.pm.2.1
@@ -278,7 +278,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Rstat.pm.2.2
+++ b/pm/Math/GSL/Rstat.pm.2.2
@@ -280,7 +280,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Rstat.pm.2.2.1
+++ b/pm/Math/GSL/Rstat.pm.2.2.1
@@ -280,7 +280,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Rstat.pm.2.3
+++ b/pm/Math/GSL/Rstat.pm.2.3
@@ -280,7 +280,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Rstat.pm.2.4
+++ b/pm/Math/GSL/Rstat.pm.2.4
@@ -280,7 +280,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Rstat.pm.2.5
+++ b/pm/Math/GSL/Rstat.pm.2.5
@@ -280,7 +280,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Rstat.pm.2.6
+++ b/pm/Math/GSL/Rstat.pm.2.6
@@ -280,7 +280,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Rstat.pm.2.7
+++ b/pm/Math/GSL/Rstat.pm.2.7
@@ -280,7 +280,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SF.pm.1.15
+++ b/pm/Math/GSL/SF.pm.1.15
@@ -3921,7 +3921,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.1.16
+++ b/pm/Math/GSL/SF.pm.1.16
@@ -3921,7 +3921,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.0
+++ b/pm/Math/GSL/SF.pm.2.0
@@ -3934,7 +3934,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.1
+++ b/pm/Math/GSL/SF.pm.2.1
@@ -3934,7 +3934,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.2
+++ b/pm/Math/GSL/SF.pm.2.2
@@ -3934,7 +3934,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.2.1
+++ b/pm/Math/GSL/SF.pm.2.2.1
@@ -3934,7 +3934,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.3
+++ b/pm/Math/GSL/SF.pm.2.3
@@ -3934,7 +3934,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.4
+++ b/pm/Math/GSL/SF.pm.2.4
@@ -3932,7 +3932,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.5
+++ b/pm/Math/GSL/SF.pm.2.5
@@ -3932,7 +3932,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.6
+++ b/pm/Math/GSL/SF.pm.2.6
@@ -3932,7 +3932,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/SF.pm.2.7
+++ b/pm/Math/GSL/SF.pm.2.7
@@ -3932,7 +3932,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.1.15
+++ b/pm/Math/GSL/Siman.pm.1.15
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.1.16
+++ b/pm/Math/GSL/Siman.pm.1.16
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.0
+++ b/pm/Math/GSL/Siman.pm.2.0
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.1
+++ b/pm/Math/GSL/Siman.pm.2.1
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.2
+++ b/pm/Math/GSL/Siman.pm.2.2
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.2.1
+++ b/pm/Math/GSL/Siman.pm.2.2.1
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.3
+++ b/pm/Math/GSL/Siman.pm.2.3
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.4
+++ b/pm/Math/GSL/Siman.pm.2.4
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.5
+++ b/pm/Math/GSL/Siman.pm.2.5
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.6
+++ b/pm/Math/GSL/Siman.pm.2.6
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Siman.pm.2.7
+++ b/pm/Math/GSL/Siman.pm.2.7
@@ -188,7 +188,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Sort.pm.1.15
+++ b/pm/Math/GSL/Sort.pm.1.15
@@ -328,7 +328,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.1.16
+++ b/pm/Math/GSL/Sort.pm.1.16
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.0
+++ b/pm/Math/GSL/Sort.pm.2.0
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.1
+++ b/pm/Math/GSL/Sort.pm.2.1
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.2
+++ b/pm/Math/GSL/Sort.pm.2.2
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.2.1
+++ b/pm/Math/GSL/Sort.pm.2.2.1
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.3
+++ b/pm/Math/GSL/Sort.pm.2.3
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.4
+++ b/pm/Math/GSL/Sort.pm.2.4
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.5
+++ b/pm/Math/GSL/Sort.pm.2.5
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.6
+++ b/pm/Math/GSL/Sort.pm.2.6
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/Sort.pm.2.7
+++ b/pm/Math/GSL/Sort.pm.2.7
@@ -332,7 +332,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pm/Math/GSL/SparseMatrix.pm.2.0
+++ b/pm/Math/GSL/SparseMatrix.pm.2.0
@@ -289,7 +289,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SparseMatrix.pm.2.1
+++ b/pm/Math/GSL/SparseMatrix.pm.2.1
@@ -289,7 +289,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SparseMatrix.pm.2.2
+++ b/pm/Math/GSL/SparseMatrix.pm.2.2
@@ -299,7 +299,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SparseMatrix.pm.2.2.1
+++ b/pm/Math/GSL/SparseMatrix.pm.2.2.1
@@ -299,7 +299,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SparseMatrix.pm.2.3
+++ b/pm/Math/GSL/SparseMatrix.pm.2.3
@@ -299,7 +299,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SparseMatrix.pm.2.4
+++ b/pm/Math/GSL/SparseMatrix.pm.2.4
@@ -299,7 +299,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SparseMatrix.pm.2.5
+++ b/pm/Math/GSL/SparseMatrix.pm.2.5
@@ -303,7 +303,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SparseMatrix.pm.2.6
+++ b/pm/Math/GSL/SparseMatrix.pm.2.6
@@ -1905,7 +1905,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/SparseMatrix.pm.2.7
+++ b/pm/Math/GSL/SparseMatrix.pm.2.7
@@ -1934,7 +1934,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Spline.pm.1.15
+++ b/pm/Math/GSL/Spline.pm.1.15
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.1.16
+++ b/pm/Math/GSL/Spline.pm.1.16
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.0
+++ b/pm/Math/GSL/Spline.pm.2.0
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.1
+++ b/pm/Math/GSL/Spline.pm.2.1
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.2
+++ b/pm/Math/GSL/Spline.pm.2.2
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.2.1
+++ b/pm/Math/GSL/Spline.pm.2.2.1
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.3
+++ b/pm/Math/GSL/Spline.pm.2.3
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.4
+++ b/pm/Math/GSL/Spline.pm.2.4
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.5
+++ b/pm/Math/GSL/Spline.pm.2.5
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.6
+++ b/pm/Math/GSL/Spline.pm.2.6
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Spline.pm.2.7
+++ b/pm/Math/GSL/Spline.pm.2.7
@@ -227,7 +227,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.1.15
+++ b/pm/Math/GSL/Statistics.pm.1.15
@@ -600,7 +600,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.1.16
+++ b/pm/Math/GSL/Statistics.pm.1.16
@@ -603,7 +603,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.0
+++ b/pm/Math/GSL/Statistics.pm.2.0
@@ -603,7 +603,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.1
+++ b/pm/Math/GSL/Statistics.pm.2.1
@@ -603,7 +603,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.2
+++ b/pm/Math/GSL/Statistics.pm.2.2
@@ -603,7 +603,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.2.1
+++ b/pm/Math/GSL/Statistics.pm.2.2.1
@@ -603,7 +603,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.3
+++ b/pm/Math/GSL/Statistics.pm.2.3
@@ -603,7 +603,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.4
+++ b/pm/Math/GSL/Statistics.pm.2.4
@@ -603,7 +603,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.5
+++ b/pm/Math/GSL/Statistics.pm.2.5
@@ -633,7 +633,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.6
+++ b/pm/Math/GSL/Statistics.pm.2.6
@@ -633,7 +633,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Statistics.pm.2.7
+++ b/pm/Math/GSL/Statistics.pm.2.7
@@ -633,7 +633,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pm/Math/GSL/Sys.pm.1.15
+++ b/pm/Math/GSL/Sys.pm.1.15
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.1.16
+++ b/pm/Math/GSL/Sys.pm.1.16
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.0
+++ b/pm/Math/GSL/Sys.pm.2.0
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.1
+++ b/pm/Math/GSL/Sys.pm.2.1
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.2
+++ b/pm/Math/GSL/Sys.pm.2.2
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.2.1
+++ b/pm/Math/GSL/Sys.pm.2.2.1
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.3
+++ b/pm/Math/GSL/Sys.pm.2.3
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.4
+++ b/pm/Math/GSL/Sys.pm.2.4
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.5
+++ b/pm/Math/GSL/Sys.pm.2.5
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.6
+++ b/pm/Math/GSL/Sys.pm.2.6
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Sys.pm.2.7
+++ b/pm/Math/GSL/Sys.pm.2.7
@@ -261,7 +261,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pm/Math/GSL/Vector.pm.1.15
+++ b/pm/Math/GSL/Vector.pm.1.15
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.1.16
+++ b/pm/Math/GSL/Vector.pm.1.16
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.0
+++ b/pm/Math/GSL/Vector.pm.2.0
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.1
+++ b/pm/Math/GSL/Vector.pm.2.1
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.2
+++ b/pm/Math/GSL/Vector.pm.2.2
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.2.1
+++ b/pm/Math/GSL/Vector.pm.2.2.1
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.3
+++ b/pm/Math/GSL/Vector.pm.2.3
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.4
+++ b/pm/Math/GSL/Vector.pm.2.4
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.5
+++ b/pm/Math/GSL/Vector.pm.2.5
@@ -1423,7 +1423,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.6
+++ b/pm/Math/GSL/Vector.pm.2.6
@@ -1427,7 +1427,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pm/Math/GSL/Vector.pm.2.7
+++ b/pm/Math/GSL/Vector.pm.2.7
@@ -1430,7 +1430,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pod/BLAS.pod
+++ b/pod/BLAS.pod
@@ -365,7 +365,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
 
--- a/pod/BSpline.pod
+++ b/pod/BSpline.pod
@@ -68,7 +68,7 @@
 functions at once than to compute them individually, due to the nature of the
 defining recurrence relation.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 http://www.gnu.org/software/gsl/manual/html_node/
 
 =back
--- a/pod/CBLAS.pod
+++ b/pod/CBLAS.pod
@@ -491,7 +491,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pod/CDF.pod
+++ b/pod/CDF.pod
@@ -370,7 +370,7 @@
 For example the beta tag contains theses functions : gsl_cdf_beta_P,
 gsl_cdf_beta_Q, gsl_cdf_beta_Pinv, gsl_cdf_beta_Qinv .
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Chebyshev.pod
+++ b/pod/Chebyshev.pod
@@ -93,7 +93,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/Combination.pod
+++ b/pod/Combination.pod
@@ -205,7 +205,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Deriv.pod
+++ b/pod/Deriv.pod
@@ -84,7 +84,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/Eigen.pod
+++ b/pod/Eigen.pod
@@ -179,7 +179,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/FFT.pod
+++ b/pod/FFT.pod
@@ -282,7 +282,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Fit.pod
+++ b/pod/Fit.pod
@@ -103,7 +103,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Heapsort.pod
+++ b/pod/Heapsort.pod
@@ -32,7 +32,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Integration.pod
+++ b/pod/Integration.pod
@@ -230,7 +230,7 @@
 
 =head1 MORE INFO
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/Linalg.pod
+++ b/pod/Linalg.pod
@@ -354,7 +354,7 @@
 
  You have to add the functions you want to use inside the qw /put_function_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all available functions of the module.
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 =back
--- a/pod/Matrix.pod
+++ b/pod/Matrix.pod
@@ -1600,7 +1600,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/MatrixComplex.pod
+++ b/pod/MatrixComplex.pod
@@ -693,7 +693,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation
+For more information on the functions, we refer you to the GSL official documentation
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Min.pod
+++ b/pod/Min.pod
@@ -107,7 +107,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/Monte.pod
+++ b/pod/Monte.pod
@@ -76,7 +76,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/Multifit.pod
+++ b/pod/Multifit.pod
@@ -108,7 +108,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Multilarge.pod
+++ b/pod/Multilarge.pod
@@ -37,7 +37,7 @@
 
 This subsystem is for solving large dense least squares systems.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
--- a/pod/Multimin.pod
+++ b/pod/Multimin.pod
@@ -105,7 +105,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Multiroots.pod
+++ b/pod/Multiroots.pod
@@ -93,7 +93,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/NTuple.pod
+++ b/pod/NTuple.pod
@@ -89,7 +89,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/ODEIV.pod
+++ b/pod/ODEIV.pod
@@ -137,7 +137,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLE
--- a/pod/Permutation.pod
+++ b/pod/Permutation.pod
@@ -152,7 +152,7 @@
  You have to add the functions you want to use inside the qw/put_function_here/ with spaces between each function.
  You can also write use Math::GSL::CDF qw/:all/ to use all available functions of the module.
  Other tags are also available, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Poly.pod
+++ b/pod/Poly.pod
@@ -95,7 +95,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/QRNG.pod
+++ b/pod/QRNG.pod
@@ -168,7 +168,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
+For more information on the functions, we refer you to the GSL official documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
 
--- a/pod/RNG.pod
+++ b/pod/RNG.pod
@@ -399,7 +399,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
--- a/pod/Randist.pod
+++ b/pod/Randist.pod
@@ -835,7 +835,7 @@
 
  For example the beta tag contains theses functions : gsl_ran_beta, gsl_ran_beta_pdf.
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Rstat.pod
+++ b/pod/Rstat.pod
@@ -55,7 +55,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/SF.pod
+++ b/pod/SF.pod
@@ -3172,7 +3172,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Siman.pod
+++ b/pod/Siman.pod
@@ -32,7 +32,7 @@
 =back
 
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Sort.pod
+++ b/pod/Sort.pod
@@ -136,7 +136,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 PERFORMANCE
--- a/pod/SparseMatrix.pod
+++ b/pod/SparseMatrix.pod
@@ -64,7 +64,7 @@
 
 NOTE: This module requires GSL 2.0 or higher.
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/Spline.pod
+++ b/pod/Spline.pod
@@ -66,7 +66,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Statistics.pod
+++ b/pod/Statistics.pod
@@ -392,7 +392,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 
--- a/pod/Sys.pod
+++ b/pod/Sys.pod
@@ -138,7 +138,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official
+For more information on the functions, we refer you to the GSL official
 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 AUTHORS
--- a/pod/Vector.pod
+++ b/pod/Vector.pod
@@ -640,7 +640,7 @@
 
 =back
 
-For more informations on the functions, we refer you to the GSL official documentation:
+For more information on the functions, we refer you to the GSL official documentation:
 L<http://www.gnu.org/software/gsl/manual/html_node/>
 
 =head1 EXAMPLES
