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:
parent
6c9df4c423
commit
0feaec90eb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue