fix spelling error

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-10 07:45:31 +00:00
parent 12d7fb30a4
commit a5f82ba8b0
1 changed files with 2 additions and 2 deletions

View File

@ -1556,7 +1556,7 @@ public abstract class BaseTestBugzillaIssues {
System.out.println("Formula:" + cell.getCellFormula());
if (Cell.CELL_TYPE_FORMULA == cell.getCellType()) {
int formulaResultType = cell.getCachedFormulaResultType();
System.out.println("Formual Result Type:" + formulaResultType);
System.out.println("Formula Result Type:" + formulaResultType);
}
// *******************************
@ -1571,7 +1571,7 @@ public abstract class BaseTestBugzillaIssues {
if (Cell.CELL_TYPE_FORMULA == cell.getCellType()) {
int formulaResultType = cell.getCachedFormulaResultType();
System.out.println("Formual Result Type:" + formulaResultType);
System.out.println("Formula Result Type:" + formulaResultType);
}
workbook.close();