You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2022/10/21 13:57:57 UTC

[brooklyn-server] 05/11: fix typo

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 286eb0d4a02a3141763e85305b7de1f4fc15d51c
Author: Alex Heneveld <al...@cloudsoft.io>
AuthorDate: Thu Oct 20 17:32:56 2022 +0100

    fix typo
---
 core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTaskTags.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTaskTags.java b/core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTaskTags.java
index bffe5599f3..ff23055de4 100644
--- a/core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTaskTags.java
+++ b/core/src/main/java/org/apache/brooklyn/core/mgmt/BrooklynTaskTags.java
@@ -84,7 +84,7 @@ public class BrooklynTaskTags extends TaskTags {
     /** Tag for a task which should be treated as a top-level task, for the purpose of listing */
     public static final Object TOP_LEVEL_TASK = "TOP-LEVEL";
     /** Tag for a task which represents entity initialization */
-    public static final Object ENTITY_INITIALIZATION = "INITALIZATION";
+    public static final Object ENTITY_INITIALIZATION = "INITIALIZATION";
     /** Tag for a task which represents an effector */
     public static final String EFFECTOR_TAG = "EFFECTOR";
     /** Tag for a task which represents a sensor being published */