git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-03-18 11:14:37 +00:00
parent 6e244845e5
commit 6f36cab758

View File

@ -181,7 +181,7 @@ public class CellElapsedFormatter extends CellFormatter {
return Math.pow(10, len); return Math.pow(10, len);
default: default:
throw new IllegalArgumentException( throw new IllegalArgumentException(
"Uknown elapsed time spec: " + type); "Unknown elapsed time spec: " + type);
} }
} }