Fix misspellings

This commit is contained in:
Piotr Kasprzyk 2015-04-10 12:21:20 +02:00
parent 5e7fba6f94
commit 6789306071
4 changed files with 4 additions and 4 deletions

View file

@ -102,7 +102,7 @@ quickly and safely as is possible.
lists. The announcement contains a description of the issue and a link to
the full release documentation and download locations.
Receiving security announcemnts
Receiving security announcements
===============================
The fastest place to receive security announcements is via the `salt-announce`_

View file

@ -1,6 +1,6 @@
# Salt Master Worker Floscript.
#
# This controlls a single worker proc, many are started based on the value in worker_threads
# This controls a single worker proc, many are started based on the value in worker_threads
house worker

View file

@ -18,7 +18,7 @@ log = logging.getLogger(__name__)
def __virtual__():
'''
Make sure hponcfg tool is accessiable
Make sure hponcfg tool is accessible
'''
if salt.utils.which('hponcfg'):
return True

View file

@ -902,7 +902,7 @@ def create_certificate(path=None, text=False, ca_server=None, **kwargs):
signing_cert:
A certificate matching the private key that will be used to sign this certificate. This is used
to populate the issuer values in the resulting certificate. Do not include this value for
self-signed certificateds.
self-signed certificates.
public_key:
The public key to be included in this certificate. This can be sourced from a public key,