diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-06-27 19:33:13 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-06-27 19:33:13 +0000 |
commit | b90935055dbbaeaac6b3f84df228d354a6fc55a8 (patch) | |
tree | 0a7bf7c2f812515fd9bf7adb144a641b2148968a /poi-examples | |
parent | 99634d6af6559d280c2a8f61aa9f8230281defe6 (diff) | |
download | poi-b90935055dbbaeaac6b3f84df228d354a6fc55a8.tar.gz poi-b90935055dbbaeaac6b3f84df228d354a6fc55a8.zip |
apply some spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples')
-rw-r--r-- | poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java b/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java index 56ee62d271..e3939aae48 100644 --- a/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java +++ b/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java @@ -632,7 +632,7 @@ public class AddDimensionedImage { totalWidthMM += (colWidthMM + ConvertImageUnits.CELL_BORDER_WIDTH_MILLIMETRES); toColumn++; } - // De-crement by one the last column value. + // De-rement by one the last column value. toColumn--; // Highly unlikely that this will be true but, if the width of a series // of columns is exactly equal to the required width of the image, then |