From 3885cb0839541211981dc65bc2891d9bac4aa6bb Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 13 Nov 2018 09:19:05 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846497 13f79535-47bb-0310-9956-ffa450edef68 --- .../testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java b/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java index a43c8ca6ac..b004319426 100644 --- a/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java +++ b/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFTable.java @@ -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()); -- 2.39.5