aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-11-02 19:26:57 +0000
committerPJ Fanning <fanningpj@apache.org>2022-11-02 19:26:57 +0000
commit52968d92da35c773c82017d20c4885b40ddda1b9 (patch)
treec36cceffe12bef478d88e2c0503d27aaad1c1e71 /poi-scratchpad
parenta8f5231c0041d354acd743d36dbb72e67307253e (diff)
downloadpoi-52968d92da35c773c82017d20c4885b40ddda1b9.tar.gz
poi-52968d92da35c773c82017d20c4885b40ddda1b9.zip
update javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-scratchpad')
-rw-r--r--poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java b/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java
index 4c95ecb19f..aacfb1a053 100644
--- a/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java
+++ b/poi-scratchpad/src/main/java/org/apache/poi/hmef/extractor/HMEFContentsExtractor.java
@@ -111,7 +111,7 @@ public final class HMEFContentsExtractor {
if (body != null) return body;
// See bug #59786 - we'd really like a test file to confirm if this
- // is the right properties + if this is truely general or not!
+ // is the right properties + if this is truly general or not!
MAPIProperty uncompressedBody =
MAPIProperty.createCustom(0x3fd9, Types.ASCII_STRING, "Uncompressed Body");
// Return this uncompressed one, or null if that isn't their either