From 3ffdf58d2c7a8629d55bed672df987d3b6204529 Mon Sep 17 00:00:00 2001 From: Mihai Varga Date: Mon, 2 Nov 2015 15:47:12 +0200 Subject: [PATCH] fixed typo in mime type --- lib/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage.php b/lib/storage.php index 8217d60d..b266895c 100644 --- a/lib/storage.php +++ b/lib/storage.php @@ -28,7 +28,7 @@ class Storage { public static $MIMETYPE_LIBREOFFICE_WORDPROCESSOR = array( 'application/vnd.oasis.opendocument.text', 'application/vnd.oasis.opendocument.presentation', - 'application/vnd.oasis.opendocument.spreadhseet', + 'application/vnd.oasis.opendocument.spreadsheet', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.lotus-wordpro', 'image/svg+xml',