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 25.4/HorizontalPixelSize
* and 25.4/VerticalPixelSize
. Where 25.4 is the number of mm in inch.
*
- * @return array of two elements: {horisontalPdi, verticalDpi}
.
+ * @return array of two elements: {horizontalDpi, verticalDpi}
.
* {96, 96} is the default.
*/
public static int[] getResolution(ImageReader r) throws IOException {