Fix typo in "Interporlation" (extra r)

This commit is contained in:
Manuel Rego Casasnovas 2012-03-16 09:37:18 +01:00
parent e9dcafd046
commit 7fa6c62efa

View file

@ -76,7 +76,7 @@ public abstract class AssignmentFunction extends BaseEntity {
FLAT(_("Flat")),
MANUAL(_("Manual")),
STRETCHES(_("Stretches")),
INTERPOLATION(_("Interporlation")),
INTERPOLATION(_("Interpolation")),
SIGMOID(_("Sigmoid"));
private String name;