Fix typo formating -> formatting

This commit is contained in:
Benjamin Drung 2016-02-04 12:45:19 +01:00
parent ca4450d881
commit bf92c3663b
8 changed files with 8 additions and 8 deletions

View file

@ -44,7 +44,7 @@
#log_level_logfile: info
# The date and time format used in log messages. Allowed date/time formating
# The date and time format used in log messages. Allowed date/time formatting
# can be seen here:
#
# http://docs.python.org/library/time.html#time.strftime

View file

@ -771,7 +771,7 @@
# If using 'log_granular_levels' this must be set to the highest desired level.
#log_level_logfile: warning
# The date and time format used in log messages. Allowed date/time formating
# The date and time format used in log messages. Allowed date/time formatting
# can be seen here: http://docs.python.org/library/time.html#time.strftime
#log_datefmt: '%H:%M:%S'
#log_datefmt_logfile: '%Y-%m-%d %H:%M:%S'

View file

@ -531,7 +531,7 @@
# Default: 'warning'
#log_level_logfile:
# The date and time format used in log messages. Allowed date/time formating
# The date and time format used in log messages. Allowed date/time formatting
# can be seen here: http://docs.python.org/library/time.html#time.strftime
#log_datefmt: '%H:%M:%S'
#log_datefmt_logfile: '%Y-%m-%d %H:%M:%S'

View file

@ -510,7 +510,7 @@
# Default: 'warning'
#log_level_logfile:
# The date and time format used in log messages. Allowed date/time formating
# The date and time format used in log messages. Allowed date/time formatting
# can be seen here: http://docs.python.org/library/time.html#time.strftime
#log_datefmt: '%H:%M:%S'
#log_datefmt_logfile: '%Y-%m-%d %H:%M:%S'

View file

@ -84,7 +84,7 @@ Extended Changelog Courtesy of Todd Stansell (https://github.com/tjstansell/salt
@ *2015-06-01T17:45:36Z*
* 02bfb25 Merge pull request `#24281`_ from steverweber/ipmi_docfix
* dd36f2c yaml formating
* dd36f2c yaml formatting
* f6deef3 include api_kg kwarg in ipmi state

View file

@ -314,7 +314,7 @@ multiprocessing: True
# Default: 'warning'
#log_level_logfile:
#
# The date and time format used in log messages. Allowed date/time formating
# The date and time format used in log messages. Allowed date/time formatting
# can be seen on http://docs.python.org/library/time.html#time.strftime
#log_datefmt: '%H:%M:%S'
#log_datefmt_logfile: '%Y-%m-%d %H:%M:%S'

View file

@ -203,7 +203,7 @@ def active(extended=False):
class _fstab_entry(object):
'''
Utility class for manipulating fstab entries. Primarily we're parsing,
formating, and comparing lines. Parsing emits dicts expected from
formatting, and comparing lines. Parsing emits dicts expected from
fstab() or raises a ValueError.
Note: We'll probably want to use os.normpath and os.normcase on 'name'

View file

@ -258,7 +258,7 @@ def save_load(jid, clear_load):
def _escape_jid(jid):
'''
Do proper formating of the jid
Do proper formatting of the jid
'''
jid = str(jid)
jid = re.sub(r"'*", "", jid)