mirror of https://github.com/apache/poi.git
typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e244845e5
commit
6f36cab758
|
@ -181,7 +181,7 @@ public class CellElapsedFormatter extends CellFormatter {
|
|||
return Math.pow(10, len);
|
||||
default:
|
||||
throw new IllegalArgumentException(
|
||||
"Uknown elapsed time spec: " + type);
|
||||
"Unknown elapsed time spec: " + type);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue