From eb25bd73ee9c5eaf9e634b1204c85d9e589ac11b Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Sun, 6 Jul 2025 19:14:10 +0200 Subject: [PATCH] Update builtin_nodetypes.cnd Fix a typo: @peop -> @prop --- .../org/apache/jackrabbit/core/nodetype/builtin_nodetypes.cnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.cnd b/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.cnd index dfd785d6103..de80826add2 100644 --- a/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.cnd +++ b/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/nodetype/builtin_nodetypes.cnd @@ -471,7 +471,7 @@ /** * Only nodes with mixin node type mix:lifecycle may participate in a lifecycle. * - * @peop jcr:lifecyclePolicy + * @prop jcr:lifecyclePolicy * This property is a reference to another node that contains * lifecycle policy information. The definition of the referenced * node is not specified.