diff options
Diffstat (limited to 'lib/public/WorkflowEngine/IManager.php')
-rw-r--r-- | lib/public/WorkflowEngine/IManager.php | 2 |
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'; |