diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-07-01 14:07:16 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-07-01 14:07:16 +0000 |
commit | 0d323ec9b02132c923a87de02081f5ca9a284831 (patch) | |
tree | b86479354c85dc9561c6a3e8dc286f9f2b50e177 /src/java/org/apache | |
parent | dd6d090969def01c15b0cb6a9f8da37472a45a2c (diff) | |
download | poi-0d323ec9b02132c923a87de02081f5ca9a284831.tar.gz poi-0d323ec9b02132c923a87de02081f5ca9a284831.zip |
[bug-63533] fix javadoc that refers to horisontalPdi
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1862382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/poi/ss/util/ImageUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/ss/util/ImageUtils.java b/src/java/org/apache/poi/ss/util/ImageUtils.java index 3a3b6efd5b..ba355ebb0f 100644 --- a/src/java/org/apache/poi/ss/util/ImageUtils.java +++ b/src/java/org/apache/poi/ss/util/ImageUtils.java @@ -112,7 +112,7 @@ public class ImageUtils { * Return the the "effective" dpi calculated as <code>25.4/HorizontalPixelSize</code> * and <code>25.4/VerticalPixelSize</code>. Where 25.4 is the number of mm in inch. * - * @return array of two elements: <code>{horisontalPdi, verticalDpi}</code>. + * @return array of two elements: <code>{horizontalDpi, verticalDpi}</code>. * {96, 96} is the default. */ public static int[] getResolution(ImageReader r) throws IOException { |