This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 384eb35a3e Update metatype.properties (#1995)
384eb35a3e is described below
commit 384eb35a3e7337c9a7c931b3501008898e54392c
Author: Adam Myatt <[email protected]>
AuthorDate: Wed Sep 17 12:15:41 2025 -0400
Update metatype.properties (#1995)
Fixed typo in property keyStore.description
---
.../server/src/main/resources/OSGI-INF/metatype/metatype.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/management/server/src/main/resources/OSGI-INF/metatype/metatype.properties
b/management/server/src/main/resources/OSGI-INF/metatype/metatype.properties
index 806a2a5000..0560e4902d 100644
--- a/management/server/src/main/resources/OSGI-INF/metatype/metatype.properties
+++ b/management/server/src/main/resources/OSGI-INF/metatype/metatype.properties
@@ -73,7 +73,7 @@ secureProtocol.name = Secure Protocol
secureProtocol.description = Protocol to use
keyStore.name = Keystore Name
-keyStore.desciption = Keystore name from keystore manager
+keyStore.description = Keystore name from keystore manager
keyAlias.name = Key Alias
keyAlias.description = Key alias to be used with secured connector
@@ -82,4 +82,4 @@ trustStore.name = Trustor Name
trustStore.description = Trustor name from keystore manager
authenticatorType.name = Authenticator type
-authenticatorType.description = Authenticator to use. Available values are
"none", "password", and "certificate"
\ No newline at end of file
+authenticatorType.description = Authenticator to use. Available values are
"none", "password", and "certificate"