Fix typo in "Interporlation" (extra r)
This commit is contained in:
parent
e9dcafd046
commit
7fa6c62efa
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ public abstract class AssignmentFunction extends BaseEntity {
|
||||||
FLAT(_("Flat")),
|
FLAT(_("Flat")),
|
||||||
MANUAL(_("Manual")),
|
MANUAL(_("Manual")),
|
||||||
STRETCHES(_("Stretches")),
|
STRETCHES(_("Stretches")),
|
||||||
INTERPOLATION(_("Interporlation")),
|
INTERPOLATION(_("Interpolation")),
|
||||||
SIGMOID(_("Sigmoid"));
|
SIGMOID(_("Sigmoid"));
|
||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue