]> source.dussan.org Git - poi.git/commitdiff
fix typo
authorPJ Fanning <fanningpj@apache.org>
Tue, 13 Nov 2018 09:19:05 +0000 (09:19 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 13 Nov 2018 09:19:05 +0000 (09:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846497 13f79535-47bb-0310-9956-ffa450edef68

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

index a43c8ca6ac7e468cde2f4d6315c5d8cb94674ba7..b00431942680505bf6249f251352872bf883fbc0 100644 (file)
@@ -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());