]> source.dussan.org Git - poi.git/commitdiff
[bug-63533] fix javadoc that refers to horisontalPdi
authorPJ Fanning <fanningpj@apache.org>
Mon, 1 Jul 2019 14:07:16 +0000 (14:07 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 1 Jul 2019 14:07:16 +0000 (14:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1862382 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/util/ImageUtils.java

index 3a3b6efd5bf9e544a0497ae8c3cf91407bd1b245..ba355ebb0f7c2ec5326d9b20a46d524b16b735e8 100644 (file)
@@ -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 {