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
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-05-06 17:47:41 +0300
committerGitHub <noreply@github.com>2020-05-06 17:47:41 +0300
commit5e2461ba71a2853a72d9ae3b1086560e9f94fba5 (patch)
treef2ff87e66321a8d55cc46d9e30faec6880aba408
parent87b0fe51320eacf4f2f2ec357242e50104882c88 (diff)
parent23dc10f9e76dfe01096b66f8afbe6cde632eb65e (diff)
Merge pull request #935 from in0rdr/fix/typo
Fix typo in comment
-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();