]> source.dussan.org Git - poi.git/commitdiff
typo
authorPJ Fanning <fanningpj@apache.org>
Thu, 2 Dec 2021 09:38:03 +0000 (09:38 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 2 Dec 2021 09:38:03 +0000 (09:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895486 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java

index d34cc2ade22e1bceea9b1b3681a6e3874675499f..2f49119033fcc4bcea3a724c9d37e9e425c2b22f 100644 (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;
                     }