Merge pull request #1710 from hboutemy/KARAF-7637

[KARAF-7637] drop non-reproducible properties store
diff --git a/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat b/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat
index 3a8ed49..bf79c03 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat
+++ b/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat
@@ -440,7 +440,7 @@
                 --add-exports=jdk.naming.rmi/com.sun.jndi.url.rmi=ALL-UNNAMED ^

                 --add-exports=java.rmi/sun.rmi.registry=ALL-UNNAMED ^

                 --add-exports=java.security.sasl/com.sun.security.sasl=ALL-UNNAMED ^

-		--add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED ^

+                --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED ^

                 -classpath "%CLASSPATH%" ^

                 -Dkaraf.instances="%KARAF_HOME%\instances" ^

                 -Dkaraf.home="%KARAF_HOME%" ^

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 74b637f..0d07990 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -344,10 +344,10 @@
 #
 completionMode = GLOBAL
 
-# If set to true, shell:logout command will not exit Karaf. This can be usfeul to avoid accidental exits.
+# If set to true, shell:logout command will not exit Karaf. This can be useful to avoid accidental exits.
 # You will be able to exit via 'shutdown' or 'halt' instead.
 disableLogout = false
-# If set to true, it will stop CTRL-D from exiting Karaf. This can be usfeul to avoid accidental exits.
+# If set to true, it will stop CTRL-D from exiting Karaf. This can be useful to avoid accidental exits.
 # You will be able to exit via 'shutdown' or 'halt' instead.
 disableEofExit = false
 
@@ -1337,7 +1337,7 @@
 #locateRmiRegistry = true
 
 #
-# Locate an existing MBean server if possible (usefull when Karaf is embedded)
+# Locate an existing MBean server if possible (useful when Karaf is embedded)
 #
 #locateExistingMBeanServerIfPossible = true
 
diff --git a/instance/src/main/resources/org/apache/karaf/instance/resources/etc/org.apache.karaf.management.cfg b/instance/src/main/resources/org/apache/karaf/instance/resources/etc/org.apache.karaf.management.cfg
index d0a9ccc..047e08b 100644
--- a/instance/src/main/resources/org/apache/karaf/instance/resources/etc/org.apache.karaf.management.cfg
+++ b/instance/src/main/resources/org/apache/karaf/instance/resources/etc/org.apache.karaf.management.cfg
@@ -141,6 +141,6 @@
 #locateRmiRegistry = true
 
 #
-# Locate an existing MBean server if possible (usefull when Karaf is embedded)
+# Locate an existing MBean server if possible (useful when Karaf is embedded)
 #
 #locateExistingMBeanServerIfPossible = true
\ No newline at end of file
diff --git a/itests/test/src/test/filtered-resources/etc/feature.xml b/itests/test/src/test/filtered-resources/etc/feature.xml
index 922ddf7..f827ff6 100644
--- a/itests/test/src/test/filtered-resources/etc/feature.xml
+++ b/itests/test/src/test/filtered-resources/etc/feature.xml
@@ -846,7 +846,7 @@
             #locateRmiRegistry = true
 
             #
-            # Locate an existing MBean server if possible (usefull when Karaf is embedded)
+            # Locate an existing MBean server if possible (useful when Karaf is embedded)
             #
             #locateExistingMBeanServerIfPossible = true
         </config>
diff --git a/manual/src/main/asciidoc/user-guide/remote.adoc b/manual/src/main/asciidoc/user-guide/remote.adoc
index 9e75e8e..ebcf732 100644
--- a/manual/src/main/asciidoc/user-guide/remote.adoc
+++ b/manual/src/main/asciidoc/user-guide/remote.adoc
@@ -138,10 +138,10 @@
 #
 completionMode = GLOBAL
 
-# If set to true, shell:logout command will not exit Karaf. This can be usfeul to avoid accidental exits.
+# If set to true, shell:logout command will not exit Karaf. This can be useful to avoid accidental exits.
 # You will be able to exit via 'shutdown' or 'halt' instead.
 disableLogout = false
-# If set to true, it will stop CTRL-D from exiting Karaf. This can be usfeul to avoid accidental exits.
+# If set to true, it will stop CTRL-D from exiting Karaf. This can be useful to avoid accidental exits.
 # You will be able to exit via 'shutdown' or 'halt' instead.
 disableEofExit = false
 ----