git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-02 09:38:03 +00:00
parent bbd5645d87
commit 7963866c6f

View File

@ -526,7 +526,7 @@ public final class WorkbookEvaluator {
}
} catch (NotImplementedException ne) {
//FunctionEval.getBasicFunction can throw NotImplementedException
// if the fucntion is not yet supported.
// if the function is not yet supported.
}
break;
}