]> source.dussan.org Git - poi.git/commitdiff
Adjust typos in Javadoc
authorDominik Stadler <centic@apache.org>
Sun, 21 Dec 2014 21:07:06 +0000 (21:07 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 21 Dec 2014 21:07:06 +0000 (21:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647210 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java

index 9b3c9cb1ef4b5c94074ada4c19b3a473c5dd4747..552a0915854f153116a9498c1a7ad1f990360ef9 100644 (file)
@@ -498,7 +498,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet {
 
     /**
      * Creates a split (freezepane). Any existing freezepane or split pane is overwritten.
-     * @param colSplit      Horizonatal position of split.
+     * @param colSplit      Horizontal position of split.
      * @param rowSplit      Vertical position of split.
      */
     @Override
@@ -513,7 +513,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet {
      *     If both colSplit and rowSplit are zero then the existing freeze pane is removed
      * </p>
      *
-     * @param colSplit      Horizonatal position of split.
+     * @param colSplit      Horizontal position of split.
      * @param rowSplit      Vertical position of split.
      * @param leftmostColumn   Left column visible in right pane.
      * @param topRow        Top row visible in bottom pane
@@ -608,7 +608,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet {
 
     /**
      * Creates a split pane. Any existing freezepane or split pane is overwritten.
-     * @param xSplitPos      Horizonatal position of split (in 1/20th of a point).
+     * @param xSplitPos      Horizontal position of split (in 1/20th of a point).
      * @param ySplitPos      Vertical position of split (in 1/20th of a point).
      * @param topRow        Top row visible in bottom pane
      * @param leftmostColumn   Left column visible in right pane.