aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-01 11:33:25 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-01 11:33:25 +0000
commitadd71cb80adb570eddfcaf804e89c1c26bc4a38c (patch)
treedbf103e981917962aab9263e9fe517342e62775a /poi-ooxml
parent43438ee6ef2faceb6407f7ef25460c778a9de7a6 (diff)
downloadpoi-add71cb80adb570eddfcaf804e89c1c26bc4a38c.tar.gz
poi-add71cb80adb570eddfcaf804e89c1c26bc4a38c.zip
spelling of embedded
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895452 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r--poi-ooxml/src/test/java/org/apache/poi/ooxml/TestEmbedded.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/src/test/java/org/apache/poi/ooxml/TestEmbedded.java b/poi-ooxml/src/test/java/org/apache/poi/ooxml/TestEmbedded.java
index 86b925f784..09772fdfb9 100644
--- a/poi-ooxml/src/test/java/org/apache/poi/ooxml/TestEmbedded.java
+++ b/poi-ooxml/src/test/java/org/apache/poi/ooxml/TestEmbedded.java
@@ -33,7 +33,7 @@ import org.apache.poi.xwpf.usermodel.XWPFDocument;
import org.junit.jupiter.api.Test;
/**
- * Class to test that we handle embeded bits in OOXML files properly
+ * Class to test that we handle embedded bits in OOXML files properly
*/
class TestEmbedded {
@Test