Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMihai Varga <mihai.mv13@gmail.com>2015-11-02 16:47:12 +0300
committerMihai Varga <mihai.mv13@gmail.com>2015-11-02 16:47:12 +0300
commit3ffdf58d2c7a8629d55bed672df987d3b6204529 (patch)
tree8eb13d51726cb0dd76eb451c3f4885a451b0308b /lib
parent303e64682a9b0b80ba3e8e09450c86be47f5d736 (diff)
fixed typo in mime type
Diffstat (limited to 'lib')
-rw-r--r--lib/storage.php2
1 files changed, 1 insertions, 1 deletions
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',