This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new b3b6dc8 Correct typo
b3b6dc8 is described below
commit b3b6dc86e1d1cdd5b5f8c0f3748d472093abae6b
Author: Felix Schumacher <[email protected]>
AuthorDate: Tue Feb 11 22:46:08 2020 +0100
Correct typo
Make usage of keystore the same lower case as in jmeter.properties
---
bin/user.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/user.properties b/bin/user.properties
index 2f5d006..c065393 100644
--- a/bin/user.properties
+++ b/bin/user.properties
@@ -124,7 +124,7 @@
#
#server.rmi.ssl.keystore.file=rmi_keystore.jks
#
-# Password of Keystore
+# Password of keystore
#
#server.rmi.ssl.keystore.password=changeit
#