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-dist.git


The following commit(s) were added to refs/heads/master by this push:
     new 63343f4  fix typo/comments in osgilauncher
63343f4 is described below

commit 63343f49d59e16cc5938de4f0c659d23cbdc93f7
Author: Alex Heneveld <[email protected]>
AuthorDate: Thu Sep 2 12:22:57 2021 +0100

    fix typo/comments in osgilauncher
---
 karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg 
b/karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg
index 6f80460..834569b 100644
--- a/karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg
+++ b/karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg
@@ -46,12 +46,12 @@ default.catalog.location=${karaf.etc}/default.catalog.bom
 # - STANDBY: will start up as lukewarm standby with no state - if there is not 
already a master then fails immediately,
 #   and if there is a master which subsequently fails, this node can promote 
itself;
 # - HOT_STANDBY: will start up as hot standby in read-only mode - if there is 
not already a master then fails immediately,
-#   and if there is a master which subseuqently fails, this node can promote 
itself;
+#   and if there is a master which subsequently fails, this node can promote 
itself;
 # - HOT_BACKUP: will start up as hot backup in read-only mode - no master is 
required, and this node will not become a master
 #highAvailabilityMode=DISABLED
 
 # The persistence mode. Possible values are:
-# - AUTO: will rebind to any existing state, or start up fresh if no state;
+# - AUTO: (default) will rebind to any existing state, or start up fresh if no 
state;
 # - DISABLED: will not read or persist any state;
 # - REBIND: will rebind to the existing state, or fail if no state available;
 # - CLEAN: will start up fresh (removing any existing state)

Reply via email to