Fix typo preferrably -> preferably

This commit is contained in:
Benjamin Drung 2016-02-04 12:51:38 +01:00
parent f8d9f608dd
commit 20e79981e1
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ If the manager webapp is not configured some of the functions won't work.
- If ipv6 is enabled make sure you permit manager access to ipv6 interface
"0:0:0:0:0:0:0:1"
- If you are using tomcat.tar.gz it has to be installed or symlinked under
``/opt``, preferrably using name tomcat
``/opt``, preferably using name tomcat
- "tomcat.signal start/stop" works but it does not use the startup scripts
The following grains/pillar should be set:

View file

@ -720,7 +720,7 @@ class Install(install):
raise DistutilsArgError(
'The \'--salt-{0}\' setting was passed as a global option '
'and as an option to the install command. Please only pass '
'one of them, preferrably the global option since the other '
'one of them, preferably the global option since the other '
'is now deprecated and will be removed in Salt Boron.'.format(
optname.replace('_', '-')
)