Fix typo addres -> address

This commit is contained in:
Benjamin Drung 2016-02-04 12:49:59 +01:00
parent a7f12a13f0
commit f8d9f608dd
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Module for managing JBoss AS 7 through the CLI interface.
In order to run each function, jboss_config dictionary with the following properties must be passed:
* cli_path: the path to jboss-cli script, for example: '/opt/jboss/jboss-7.0/bin/jboss-cli.sh'
* controller: the ip addres and port of controller, for example: 10.11.12.13:9999
* controller: the IP address and port of controller, for example: 10.11.12.13:9999
* cli_user: username to connect to jboss administration console if necessary
* cli_password: password to connect to jboss administration console if necessary

View file

@ -20,7 +20,7 @@ returns it as a dictionary so that an execution of an operation can then be veri
In order to run each function, jboss_config dictionary with the following properties must be passed:
* cli_path: the path to jboss-cli script, for example: '/opt/jboss/jboss-7.0/bin/jboss-cli.sh'
* controller: the ip addres and port of controller, for example: 10.11.12.13:9999
* controller: the IP address and port of controller, for example: 10.11.12.13:9999
* cli_user: username to connect to jboss administration console if necessary
* cli_password: password to connect to jboss administration console if necessary