Fixed registered name of GREL combination function

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1909 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Iain Sproat 2010-11-20 12:15:31 +00:00
parent f1643565b8
commit 43d0de2d8a

View File

@ -253,7 +253,7 @@ public class ControlFunctionRegistry {
registerFunction("exp", new Exp());
registerFunction("sum", new Sum());
registerFunction("fact", new Fact());
registerFunction("comb", new Combin());
registerFunction("combin", new Combin());
registerFunction("degrees", new Degrees());
registerFunction("radians", new Radians());