This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/master by this push:
     new 00221ad  TIKA-2042 -- fix typo.
00221ad is described below

commit 00221ad34a18f501d967979288236b98bd4cec58
Author: tballison <[email protected]>
AuthorDate: Mon Jul 24 09:05:02 2017 -0400

    TIKA-2042 -- fix typo.
---
 tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml 
b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
index 77a8f73..801dc26 100644
--- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
+++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
@@ -5573,7 +5573,7 @@
       <match value="Date:" type="string" offset="0"/>
       <match value="User-Agent:" type="string" offset="0"/>
       <match value="MIME-Version:" type="stringignorecase" offset="0"/>
-      <match value="X-Mailer:" type="string" offset="0">
+      <match value="X-Mailer:" type="string" offset="0"/>
       <match value="X-Notes-Item:" type="string" offset="0">
         <match value="Message-ID:" type="string" offset="0:8192"/>
       </match>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to