Fix typo in a source file that is not yet used.

[GB.GSL]
* BUG: Fix typo in a source file that is not yet used.
This commit is contained in:
gambas 2019-03-21 23:15:23 +01:00
parent 6c9df4c423
commit 0feaec90eb

View file

@ -36,7 +36,7 @@
static CNEWTONPOLYNOMIAL *create_newtonplynomial()
{
return (CNEWTONPOLYNOMIAL *)GB.New(GB.FindClass("NetonPolynomial"), NULL, NULL);
return (CNEWTONPOLYNOMIAL *)GB.New(GB.FindClass("NewtonPolynomial"), NULL, NULL);
}