diff liboctave/numeric/lo-specfun.cc @ 27956:2310164737b3 stable

fix many spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:15:27 -0600
parents 3d1a335fb9ce
children c20b7290c778
line wrap: on
line diff
--- a/liboctave/numeric/lo-specfun.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/liboctave/numeric/lo-specfun.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -1663,7 +1663,7 @@
       return FloatComplex (ret.real (), ret.imag ());
     }
 
-    // The algorthim for erfcinv is an adaptation of the erfinv algorithm
+    // The algorithm for erfcinv is an adaptation of the erfinv algorithm
     // above from P. J. Acklam.  It has been modified to run over the
     // different input domain of erfcinv.  See the notes for erfinv for an
     // explanation.