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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-11-24 02:13:09 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-11-24 02:13:09 +0300
commitf4c1512bb762152404ed478a94d1789ab86c5187 (patch)
treed1335c24f8987b480963caeff76d52206b1e1c72 /lib/public/WorkflowEngine/IManager.php
parentd9e0efbf72e1f57abfbfffd3e547ba171e867d78 (diff)
Fix typo in @deprecated PHPDoc tag
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public/WorkflowEngine/IManager.php')
-rw-r--r--lib/public/WorkflowEngine/IManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/WorkflowEngine/IManager.php b/lib/public/WorkflowEngine/IManager.php
index df8c276bbcd..5863cf7ce22 100644
--- a/lib/public/WorkflowEngine/IManager.php
+++ b/lib/public/WorkflowEngine/IManager.php
@@ -46,7 +46,7 @@ interface IManager {
public const MAX_OPERATION_VALUE_BYTES = 4096;
/**
- * @depreacted Will be removed in NC19. Use the dedicated events in OCP\WorkflowEngine\Events
+ * @deprecated Will be removed in NC19. Use the dedicated events in OCP\WorkflowEngine\Events
*/
public const EVENT_NAME_REG_OPERATION = 'OCP\WorkflowEngine::registerOperations';
public const EVENT_NAME_REG_ENTITY = 'OCP\WorkflowEngine::registerEntities';