fixed spelling errors

Change-Id: I1cc959265010af590cdc667a4c86dce1fec866b0
This commit is contained in:
Luca Pierri 2018-04-20 22:40:53 +02:00
parent 1aa3f9895c
commit 8a11186abd
2 changed files with 3 additions and 3 deletions

View File

@ -268,7 +268,7 @@ def hue_light(registry, xml_parent, data):
:arg int light-id: ID of light. Define multiple lights by a comma as a
separator (required)
:arg string pre-build: Colour of building state (default 'blue')
:arg string good-build: Colour of succesful state (default 'green')
:arg string good-build: Colour of successful state (default 'green')
:arg string unstable-build: Colour of unstable state (default 'yellow')
:arg string bad-build: Colour of unsuccessful state (default 'red')
@ -4327,7 +4327,7 @@ def plot(registry, xml_parent, data):
filename, same behaviour as the Jenkins Plot plugin)
:arg list series: list data series definitions
:Serie: * **file** (`str`) : files to include
:Series: * **file** (`str`) : files to include
* **inclusion-flag** filtering mode for CSV files. Possible
values are:

View File

@ -1555,7 +1555,7 @@ def monitor_files(registry, xml_parent, data):
:File:
* **path** (`str`) -- File path to monitor. You can use a pattern
that specifies a set of files if you dont know the real file
that specifies a set of files if you don't know the real file
path. (required)
* **strategy** (`str`) -- Choose your strategy if there is more
than one matching file. Can be one of Ignore file ('IGNORE') or