You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2018/11/13 09:19:05 UTC

svn commit: r1846497 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java

Author: fanningpj
Date: Tue Nov 13 09:19:05 2018
New Revision: 1846497

URL: http://svn.apache.org/viewvc?rev=1846497&view=rev
Log:
fix typo

Modified:
    poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java?rev=1846497&r1=1846496&r2=1846497&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java Tue Nov 13 09:19:05 2018
@@ -372,7 +372,7 @@ public final class TestXSSFTable {
             XSSFTable table2 = sheet.createTable(reference2);
             assertEquals("K11:M13", table2.getCTTable().getRef());
 
-            // these IDs dupplicate those from table1 and may be cause of https://bz.apache.org/bugzilla/show_bug.cgi?id=62906
+            // these IDs duplicate those from table1 and may be cause of https://bz.apache.org/bugzilla/show_bug.cgi?id=62906
             assertEquals(1, table2.getCTTable().getTableColumns().getTableColumnArray(0).getId());
             assertEquals(2, table2.getCTTable().getTableColumns().getTableColumnArray(1).getId());
             assertEquals(3, table2.getCTTable().getTableColumns().getTableColumnArray(2).getId());



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org