Merge "Fix typos picked up by misspellings"
This commit is contained in:
@@ -93,7 +93,7 @@ def cli_to_array(cli_query):
|
||||
for q in queries:
|
||||
frag = split_by_op(q)
|
||||
if len(frag) > 1:
|
||||
raise ValueError('incorrect seperator %s in query "%s"' %
|
||||
raise ValueError('incorrect separator %s in query "%s"' %
|
||||
('(should be ";")', q))
|
||||
if len(frag) == 0:
|
||||
raise ValueError('invalid query %s' % q)
|
||||
|
||||
@@ -278,7 +278,7 @@ def common_alarm_arguments(create=False):
|
||||
@utils.arg('--insufficient-data-action',
|
||||
dest='insufficient_data_actions',
|
||||
metavar='<Webhook URL>', action='append', default=None,
|
||||
help=('URL to invoke when state transitions to unkown. '
|
||||
help=('URL to invoke when state transitions to unknown. '
|
||||
'May be used multiple times.'))
|
||||
@functools.wraps(func)
|
||||
def _wrapped(*args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user