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:
authorAndreas Gruhler <andreas.gruhler@adfinis-sygroup.ch>2020-04-29 21:46:37 +0300
committerAndreas Gruhler <andreas.gruhler@adfinis-sygroup.ch>2020-04-29 21:49:41 +0300
commit23dc10f9e76dfe01096b66f8afbe6cde632eb65e (patch)
treea15606492bd2b65dd76f4759359d1b57a81f2a5f /lib
parent9befccea1edfd3659146353d60e7c94a0e6748ed (diff)
fix typo in comment
Signed-off-by: Andreas Gruhler <andreas.gruhler@adfinis-sygroup.ch>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/WopiController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/WopiController.php b/lib/Controller/WopiController.php
index a8f6d97f..72998187 100644
--- a/lib/Controller/WopiController.php
+++ b/lib/Controller/WopiController.php
@@ -208,7 +208,7 @@ class WopiController extends Controller {
/**
* New approach for generating files from templates by creating an empty file
- * and providing an URL which returns the actual templyte
+ * and providing an URL which returns the actual template
*/
if ($wopi->hasTemplateId()) {
$templateUrl = 'index.php/apps/richdocuments/wopi/template/' . $wopi->getTemplateId() . '?access_token=' . $wopi->getToken();