diff --git a/pod/BLAS.pod b/pod/BLAS.pod
index 62330c5..df20edd 100644
--- a/pod/BLAS.pod
+++ b/pod/BLAS.pod
@@ -351,9 +351,9 @@ This function rescales the vector $x by the multiplicative factor $alpha.
=back
-You have to add the functions you want to use inside the qw /put_funtion_here /.
-You can also write use Math::GSL::BLAS qw/:all/ to use all avaible functions of the module.
-Other tags are also avaible, here is a complete list of all tags for this module :
+You have to add the functions you want to use inside the qw /put_function_here /.
+You can also write use Math::GSL::BLAS 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 :
=over 3
@@ -365,7 +365,7 @@ Other tags are also avaible, here is a complete list of all tags for this module
=back
-For more informations on the functions, we refer you to the GSL offcial documentation: L
+For more informations on the functions, we refer you to the GSL official documentation: L
=head1 AUTHORS
diff --git a/pod/BSpline.pod b/pod/BSpline.pod
index 1bb53dd..7258ea8 100644
--- a/pod/BSpline.pod
+++ b/pod/BSpline.pod
@@ -68,7 +68,7 @@ gsl_bspline_ncoeffs. It is far more efficient to compute all of the basis
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 offcial documentation:
+For more informations on the functions, we refer you to the GSL official documentation:
http://www.gnu.org/software/gsl/manual/html_node/
=back
diff --git a/pod/CBLAS.pod b/pod/CBLAS.pod
index 50ebb29..249642c 100644
--- a/pod/CBLAS.pod
+++ b/pod/CBLAS.pod
@@ -491,7 +491,7 @@ This module also contains the following constants :
=back
-For more informations on the functions, we refer you to the GSL offcial documentation: L
+For more informations on the functions, we refer you to the GSL official documentation: L
diff --git a/pod/CDF.pod b/pod/CDF.pod
index ccf895f..20d8477 100644
--- a/pod/CDF.pod
+++ b/pod/CDF.pod
@@ -370,7 +370,7 @@ This is the list of available import tags:
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 offcial documentation:
+For more informations on the functions, we refer you to the GSL official documentation:
L
diff --git a/pod/Chebyshev.pod b/pod/Chebyshev.pod
index 700aa92..e00be32 100644
--- a/pod/Chebyshev.pod
+++ b/pod/Chebyshev.pod
@@ -93,7 +93,7 @@ in $deriv, which must be pre-allocated. Returns a GSL status code.
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/Combination.pod b/pod/Combination.pod
index 9dea66d..89bced4 100644
--- a/pod/Combination.pod
+++ b/pod/Combination.pod
@@ -205,7 +205,7 @@ sub prev {
=head1 MORE INFO
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Deriv.pod b/pod/Deriv.pod
index b17d3a0..dbe1d3a 100644
--- a/pod/Deriv.pod
+++ b/pod/Deriv.pod
@@ -84,7 +84,7 @@ function is evaluated at $x and $x+$h.
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/Eigen.pod b/pod/Eigen.pod
index d3569f7..a8e961f 100644
--- a/pod/Eigen.pod
+++ b/pod/Eigen.pod
@@ -179,7 +179,7 @@ This module also includes these constants :
=back
-For more informations on the functions, we refer you to the GSL offcial documentation:
+For more informations on the functions, we refer you to the GSL official documentation:
L
diff --git a/pod/FFT.pod b/pod/FFT.pod
index 917119a..c2302f9 100644
--- a/pod/FFT.pod
+++ b/pod/FFT.pod
@@ -282,7 +282,7 @@ This module also includes the following constants :
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Fit.pod b/pod/Fit.pod
index 54fd87e..c727d4c 100644
--- a/pod/Fit.pod
+++ b/pod/Fit.pod
@@ -103,7 +103,7 @@ and y_err.
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Heapsort.pod b/pod/Heapsort.pod
index 5b372d6..4c8a495 100644
--- a/pod/Heapsort.pod
+++ b/pod/Heapsort.pod
@@ -32,7 +32,7 @@ Here is a list of all the functions in this module :
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Integration.pod b/pod/Integration.pod
index da802de..2670089 100644
--- a/pod/Integration.pod
+++ b/pod/Integration.pod
@@ -230,7 +230,7 @@ The integral is divergent, or too slowly convergent to be integrated numerically
=head1 MORE INFO
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/Linalg.pod b/pod/Linalg.pod
index 7ae6693..5fedee6 100644
--- a/pod/Linalg.pod
+++ b/pod/Linalg.pod
@@ -299,19 +299,19 @@ Performs a Givens rotation on the $i and $j-th elements of $v, storing them in $
=item gsl_linalg_PTLQ_update
-=item gsl_linalg_cholesky_decomp($A) - Factorize the symmetric, positive-definite square matrix $A into the Cholesky decomposition A = L L^T and stores it into the matrix $A. The funtcion returns 0 if the operation succeeded, 0 otherwise.
+=item gsl_linalg_cholesky_decomp($A) - Factorize the symmetric, positive-definite square matrix $A into the Cholesky decomposition A = L L^T and stores it into the matrix $A. The function returns 0 if the operation succeeded, 0 otherwise.
-=item gsl_linalg_cholesky_solve($cholesky, $b, $x) - This function solves the system A x = b using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_cholesky_decomp. $b and $x are vectors. The funtcion returns 0 if the operation succeeded, 0 otherwise.
+=item gsl_linalg_cholesky_solve($cholesky, $b, $x) - This function solves the system A x = b using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_cholesky_decomp. $b and $x are vectors. The function returns 0 if the operation succeeded, 0 otherwise.
-=item gsl_linalg_cholesky_svx($cholesky, $x) - This function solves the system A x = b in-place using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_cholesky_decomp. On input the vector $x should contain the right-hand side b, which is replaced by the solution on output. The funtcion returns 0 if the operation succeeded, 0 otherwise.
+=item gsl_linalg_cholesky_svx($cholesky, $x) - This function solves the system A x = b in-place using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_cholesky_decomp. On input the vector $x should contain the right-hand side b, which is replaced by the solution on output. The function returns 0 if the operation succeeded, 0 otherwise.
=item gsl_linalg_cholesky_decomp_unit
-=item gsl_linalg_complex_cholesky_decomp($A) - Factorize the symmetric, positive-definite square matrix $A which contains complex numbers into the Cholesky decomposition A = L L^T and stores it into the matrix $A. The funtcion returns 0 if the operation succeeded, 0 otherwise.
+=item gsl_linalg_complex_cholesky_decomp($A) - Factorize the symmetric, positive-definite square matrix $A which contains complex numbers into the Cholesky decomposition A = L L^T and stores it into the matrix $A. The function returns 0 if the operation succeeded, 0 otherwise.
-=item gsl_linalg_complex_cholesky_solve($cholesky, $b, $x) - This function solves the system A x = b using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_complex_cholesky_decomp. $b and $x are vectors. The funtcion returns 0 if the operation succeeded, 0 otherwise.
+=item gsl_linalg_complex_cholesky_solve($cholesky, $b, $x) - This function solves the system A x = b using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_complex_cholesky_decomp. $b and $x are vectors. The function returns 0 if the operation succeeded, 0 otherwise.
-=item gsl_linalg_complex_cholesky_svx($cholesky, $x) - This function solves the system A x = b in-place using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_complex_cholesky_decomp. On input the vector $x should contain the right-hand side b, which is replaced by the solution on output. The funtcion returns 0 if the operation succeeded, 0 otherwise.
+=item gsl_linalg_complex_cholesky_svx($cholesky, $x) - This function solves the system A x = b in-place using the Cholesky decomposition of A into the matrix $cholesky given by gsl_linalg_complex_cholesky_decomp. On input the vector $x should contain the right-hand side b, which is replaced by the solution on output. The function returns 0 if the operation succeeded, 0 otherwise.
=item gsl_linalg_symmtd_decomp($A, $tau) - This function factorizes the symmetric square matrix $A into the symmetric tridiagonal decomposition Q T Q^T. On output the diagonal and subdiagonal part of the input matrix $A contain the tridiagonal matrix T. The remaining lower triangular part of the input matrix contains the Householder vectors which, together with the Householder coefficients $tau, encode the orthogonal matrix Q. This storage scheme is the same as used by lapack. The upper triangular part of $A is not referenced. $tau is a vector.
@@ -352,9 +352,9 @@ Performs a Givens rotation on the $i and $j-th elements of $v, storing them in $
=item gsl_linalg_balance_columns
- You have to add the functions you want to use inside the qw /put_funtion_here / with spaces between each function. You can also write use Math::GSL::Complex qw/:all/ to use all avaible functions of the module.
+ 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 offcial documentation: L
+For more informations on the functions, we refer you to the GSL official documentation: L
=back
diff --git a/pod/Matrix.pod b/pod/Matrix.pod
index dbaf200..f01ffde 100644
--- a/pod/Matrix.pod
+++ b/pod/Matrix.pod
@@ -1582,9 +1582,9 @@ sure if anyone wants these. Please speak up if you do and/or submit some patches
=back
-You have to add the functions you want to use inside the qw /put_funtion_here /.
-You can also write use Math::GSL::Matrix qw/:all/ to use all avaible functions of the module.
-Other tags are also avaible, here is a complete list of all tags for this module :
+You have to add the functions you want to use inside the qw /put_function_here /.
+You can also write use Math::GSL::Matrix 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 :
=over 1
@@ -1600,7 +1600,7 @@ Other tags are also avaible, here is a complete list of all tags for this module
=back
-For more informations on the functions, we refer you to the GSL offcial documentation
+For more informations on the functions, we refer you to the GSL official documentation
L
diff --git a/pod/MatrixComplex.pod b/pod/MatrixComplex.pod
index ebb8e64..3005be6 100644
--- a/pod/MatrixComplex.pod
+++ b/pod/MatrixComplex.pod
@@ -693,7 +693,7 @@ sub lndet($)
=back
-For more informations on the functions, we refer you to the GSL offcial documentation
+For more informations on the functions, we refer you to the GSL official documentation
L
diff --git a/pod/Min.pod b/pod/Min.pod
index e81f1ab..9c9904f 100644
--- a/pod/Min.pod
+++ b/pod/Min.pod
@@ -107,7 +107,7 @@ This module also includes the following constants :
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/Monte.pod b/pod/Monte.pod
index 18c5bb8..3bf7227 100644
--- a/pod/Monte.pod
+++ b/pod/Monte.pod
@@ -76,7 +76,7 @@ This module also includes the following constants :
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/Multifit.pod b/pod/Multifit.pod
index e343442..09f78e2 100644
--- a/pod/Multifit.pod
+++ b/pod/Multifit.pod
@@ -108,7 +108,7 @@ The following functions are not yet implemented. Patches Welcome!
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Multilarge.pod b/pod/Multilarge.pod
index 447e651..ccd9349 100644
--- a/pod/Multilarge.pod
+++ b/pod/Multilarge.pod
@@ -37,7 +37,7 @@ NOTE: This module requires GSL 2.1 or higher.
This subsystem is for solving large dense least squares systems.
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 EXAMPLES
diff --git a/pod/Multimin.pod b/pod/Multimin.pod
index 282be92..d244e9c 100644
--- a/pod/Multimin.pod
+++ b/pod/Multimin.pod
@@ -105,7 +105,7 @@ This module also includes the following constants :
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Multiroots.pod b/pod/Multiroots.pod
index 150072f..6dcb020 100644
--- a/pod/Multiroots.pod
+++ b/pod/Multiroots.pod
@@ -93,7 +93,7 @@ Here is a list of all the functions in this module :
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/NTuple.pod b/pod/NTuple.pod
index d986853..cb5cc43 100644
--- a/pod/NTuple.pod
+++ b/pod/NTuple.pod
@@ -89,7 +89,7 @@ memory.
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/ODEIV.pod b/pod/ODEIV.pod
index 8b6f909..fcf8c2f 100644
--- a/pod/ODEIV.pod
+++ b/pod/ODEIV.pod
@@ -137,7 +137,7 @@ This module also includes the following constants :
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 EXAMPLE
diff --git a/pod/Permutation.pod b/pod/Permutation.pod
index 69c22d2..020ca85 100644
--- a/pod/Permutation.pod
+++ b/pod/Permutation.pod
@@ -149,10 +149,10 @@ Here is a list of all the functions included in this module :
=back
- You have to add the functions you want to use inside the qw/put_funtion_here/ with spaces between each function.
- You can also write use Math::GSL::CDF qw/:all/ to use all avaible functions of the module.
- Other tags are also avaible, here is a complete list of all tags for this module.
-For more informations on the functions, we refer you to the GSL offcial documentation:
+ 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:
L
diff --git a/pod/Poly.pod b/pod/Poly.pod
index a8ded35..fd3ee05 100644
--- a/pod/Poly.pod
+++ b/pod/Poly.pod
@@ -95,7 +95,7 @@ This function frees all the memory associated with the workspace $w.
=back
-For more informations on the functions, we refer you to the GSL offcial documentation:
+For more informations on the functions, we refer you to the GSL official documentation:
L
=head1 AUTHORS
diff --git a/pod/QRNG.pod b/pod/QRNG.pod
index f48e63b..d9d5901 100644
--- a/pod/QRNG.pod
+++ b/pod/QRNG.pod
@@ -168,7 +168,7 @@ This module also contains the following constants :
=back
-For more informations on the functions, we refer you to the GSL offcial documentation: L
+For more informations on the functions, we refer you to the GSL official documentation: L
diff --git a/pod/RNG.pod b/pod/RNG.pod
index 1ce3a7b..6f4e893 100644
--- a/pod/RNG.pod
+++ b/pod/RNG.pod
@@ -399,7 +399,7 @@ __END__
=back
-For more informations on the functions, we refer you to the GSL offcial documentation:
+For more informations on the functions, we refer you to the GSL official documentation:
L
diff --git a/pod/Randist.pod b/pod/Randist.pod
index 575b078..0e2e40e 100644
--- a/pod/Randist.pod
+++ b/pod/Randist.pod
@@ -749,9 +749,9 @@ De-allocates the gsl_ran_discrete pointed to by g.
=back
- You have to add the functions you want to use inside the qw /put_funtion_here /.
- You can also write use Math::GSL::Randist qw/:all/; to use all avaible functions of the module.
- Other tags are also avaible, here is a complete list of all tags for this module :
+ You have to add the functions you want to use inside the qw /put_function_here /.
+ You can also write use Math::GSL::Randist 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 :
=over
@@ -835,7 +835,7 @@ De-allocates the gsl_ran_discrete pointed to by g.
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 offcial documentation:
+For more informations on the functions, we refer you to the GSL official documentation:
L
diff --git a/pod/Rstat.pod b/pod/Rstat.pod
index c8e32c8..0f1fc2f 100644
--- a/pod/Rstat.pod
+++ b/pod/Rstat.pod
@@ -55,7 +55,7 @@ Math::GSL::Rstat - Running Statistical functions
NOTE: This module requires GSL 2.0 or higher.
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/SF.pod b/pod/SF.pod
index 4f42069..0d2a948 100644
--- a/pod/SF.pod
+++ b/pod/SF.pod
@@ -3120,7 +3120,7 @@ This module also contains the following constants used as mode in various of tho
You can import the functions that you want to use by giving a space separated
list to Math::GSL::SF when you use the package. You can also write
use Math::GSL::SF qw/:all/
- to use all avaible functions of the module. Note that
+ to use all available functions of the module. Note that
the tag names begin with a colon. Other tags are also available, here is a
complete list of all tags for this module :
@@ -3172,7 +3172,7 @@ This module also contains the following constants used as mode in various of tho
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Siman.pod b/pod/Siman.pod
index e4ac1cb..bd8f9f3 100644
--- a/pod/Siman.pod
+++ b/pod/Siman.pod
@@ -32,7 +32,7 @@ Here is a list of all the functions in this module :
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Sort.pod b/pod/Sort.pod
index 1c29e0c..851b2b1 100644
--- a/pod/Sort.pod
+++ b/pod/Sort.pod
@@ -136,7 +136,7 @@ should be removed in further versions.
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 PERFORMANCE
diff --git a/pod/SparseMatrix.pod b/pod/SparseMatrix.pod
index 17cbca4..d2293c9 100644
--- a/pod/SparseMatrix.pod
+++ b/pod/SparseMatrix.pod
@@ -64,7 +64,7 @@ Math::GSL::SparseMatrix - Sparse Matrices
NOTE: This module requires GSL 2.0 or higher.
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/Spline.pod b/pod/Spline.pod
index 9e209a7..577bfbc 100644
--- a/pod/Spline.pod
+++ b/pod/Spline.pod
@@ -66,7 +66,7 @@ ya as arguments on each evaluation.
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Statistics.pod b/pod/Statistics.pod
index 3f588b9..f093c80 100644
--- a/pod/Statistics.pod
+++ b/pod/Statistics.pod
@@ -378,9 +378,9 @@ The following function are simply variants for int and char of the last function
=back
-You have to add the functions you want to use inside the qw /put_funtion_here /.
-You can also write use Math::GSL::Statistics qw/:all/; to use all avaible functions of the module.
-Other tags are also avaible, here is a complete list of all tags for this module :
+You have to add the functions you want to use inside the qw /put_function_here /.
+You can also write use Math::GSL::Statistics 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 :
=over
@@ -392,7 +392,7 @@ Other tags are also avaible, here is a complete list of all tags for this module
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
diff --git a/pod/Sys.pod b/pod/Sys.pod
index 87758c0..98ab79d 100644
--- a/pod/Sys.pod
+++ b/pod/Sys.pod
@@ -138,7 +138,7 @@ zero. The implementation is based on the package fcmp by T.C. Belding.
=back
-For more informations on the functions, we refer you to the GSL offcial
+For more informations on the functions, we refer you to the GSL official
documentation: L
=head1 AUTHORS
diff --git a/pod/Vector.pod b/pod/Vector.pod
index b58c2e4..63afd54 100644
--- a/pod/Vector.pod
+++ b/pod/Vector.pod
@@ -640,7 +640,7 @@ leaving the odd elements untouched :
=back
-For more informations on the functions, we refer you to the GSL offcial documentation:
+For more informations on the functions, we refer you to the GSL official documentation:
L
=head1 EXAMPLES