aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-09 17:14:20 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-09 17:19:51 +0100
commit8403386de52d997ac7b12ca2eca5e0a043ed3b91 (patch)
treef6d886bae00f4acdd019e99e61bd45fd44e78fe1
parentaa08caac05758143a5d96bb0681b2f4bec73150e (diff)
doc: Fix typos.
Change-Id: I0c06671e8db4c9a986d51f71a0f1395cfc3f4fbb
-rw-r--r--doc/collection-boot.rst2
-rw-r--r--doc/collection-count.rst4
-rw-r--r--doc/collection-defconfig.rst2
-rw-r--r--doc/collection-job.rst2
-rw-r--r--doc/collection-lab.rst2
-rw-r--r--doc/collections.rst2
-rw-r--r--doc/schema-boot.rst4
-rw-r--r--doc/schema-defconfig.rst4
-rw-r--r--doc/schema-lab.rst4
-rw-r--r--doc/schema-report.rst2
10 files changed, 14 insertions, 14 deletions
diff --git a/doc/collection-boot.rst b/doc/collection-boot.rst
index 0544847..53f924d 100644
--- a/doc/collection-boot.rst
+++ b/doc/collection-boot.rst
@@ -46,7 +46,7 @@ GET
:query int retries: The number of boot retries performed.
:query int warnings: The number of warnings in the boot report.
- :status 200: Resuslts found.
+ :status 200: Results found.
:status 403: Not authorized to perform the operation.
:status 404: The provided resource has not been found.
:status 500: Internal database error.
diff --git a/doc/collection-count.rst b/doc/collection-count.rst
index d3ec660..baefd88 100644
--- a/doc/collection-count.rst
+++ b/doc/collection-count.rst
@@ -25,7 +25,7 @@ GET
parameter passed. Default -1.
:query int date_range: Number of days to consider, starting from today
(:ref:`more info <intro_schema_time_date>`). By default consider all results.
- :query string arch: A type of computer architetcture (like ``arm``, ``arm64``).
+ :query string arch: A type of computer architecture (like ``arm``, ``arm64``).
:query string board: The name of a board.
:query string created_on: The creation date: accepted formats are ``YYYY-MM-DD`` and ``YYYYMMDD``.
:query string defconfig: A defconfig name.
@@ -39,7 +39,7 @@ GET
one of: ``PASS`` or ``FAIL``.
:query int warnings: The number of warnings.
- :status 200: Resuslts found.
+ :status 200: Results found.
:status 403: Not authorized to perform the operation.
:status 404: The provided resource has not been found.
:status 500: Internal database error.
diff --git a/doc/collection-defconfig.rst b/doc/collection-defconfig.rst
index a2cf12a..f9f0c6d 100644
--- a/doc/collection-defconfig.rst
+++ b/doc/collection-defconfig.rst
@@ -45,7 +45,7 @@ GET
:query string git_commit: The git commit SHA.
:query string git_describe: The git describe value.
- :status 200: Resuslts found.
+ :status 200: Results found.
:status 403: Not authorized to perform the operation.
:status 404: The provided resource has not been found.
:status 500: Internal database error.
diff --git a/doc/collection-job.rst b/doc/collection-job.rst
index 5061671..0ae72c4 100644
--- a/doc/collection-job.rst
+++ b/doc/collection-job.rst
@@ -31,7 +31,7 @@ GET
:query string field: The field that should be returned in the response. Can be
repeated multiple times.
:query string nfield: The field that should *not* be returned in the response. Can be repeated multiple times.
- :query string _id: The internal ID of hte job report.
+ :query string _id: The internal ID of the job report.
:query string created_on: The creation date: accepted formats are ``YYYY-MM-DD`` and ``YYYYMMDD``.
:query string job: A job name.
:query string kernel: A kernel name.
diff --git a/doc/collection-lab.rst b/doc/collection-lab.rst
index 6b0c3ae..6e402e1 100644
--- a/doc/collection-lab.rst
+++ b/doc/collection-lab.rst
@@ -36,7 +36,7 @@ GET
:query boolean private: If the lab is private or not.
:query string token: The token ID associated with the lab.
- :status 200: Resuslts found.
+ :status 200: Results found.
:status 403: Not authorized to perform the operation.
:status 404: The provided resource has not been found.
:status 500: Internal database error.
diff --git a/doc/collections.rst b/doc/collections.rst
index 98284e9..de43daa 100644
--- a/doc/collections.rst
+++ b/doc/collections.rst
@@ -5,7 +5,7 @@ Resources
.. note::
- Some of the follwing resources can be accessed also using their pluarl form. For more info refer to each resource documentation.
+ Some of the following resources can be accessed also using their plural form. For more info refer to each resource documentation.
.. toctree::
:maxdepth: 2
diff --git a/doc/schema-boot.rst b/doc/schema-boot.rst
index a983916..82c3d60 100644
--- a/doc/schema-boot.rst
+++ b/doc/schema-boot.rst
@@ -298,11 +298,11 @@ have when sent to the server.
},
"boot_log": {
"type": "string",
- "description": "The name of the boot log file in txt format"
+ "description": "The name of the boot log file in text format"
},
"boot_log_html": {
"type": "string",
- "description": "The name of the boot log file in html format"
+ "description": "The name of the boot log file in HTML format"
},
"boot_time": {
"type": "number",
diff --git a/doc/schema-defconfig.rst b/doc/schema-defconfig.rst
index c6e0c65..479736e 100644
--- a/doc/schema-defconfig.rst
+++ b/doc/schema-defconfig.rst
@@ -131,7 +131,7 @@ The following schema covers the data that is available with a GET request.
},
"build_log": {
"type": "string",
- "description": "Name of the build log file in txt format"
+ "description": "Name of the build log file in text format"
},
"text_offset": {
"type": "string"
@@ -250,7 +250,7 @@ server.
},
"build_log": {
"type": "string",
- "description": "Name of the build log file in txt format"
+ "description": "Name of the build log file in text format"
},
"build_platform": {
"type": "array",
diff --git a/doc/schema-lab.rst b/doc/schema-lab.rst
index 6b80afd..00ce1c3 100644
--- a/doc/schema-lab.rst
+++ b/doc/schema-lab.rst
@@ -79,7 +79,7 @@ GET
},
"telephone": {
"type": "string",
- "description": "The landline phone number"
+ "description": "The land-line phone number"
},
"mobile": {
"type": "string",
@@ -177,7 +177,7 @@ POST
},
"telephone": {
"type": "string",
- "description": "The landline phone number"
+ "description": "The land-line phone number"
},
"mobile": {
"type": "string",
diff --git a/doc/schema-report.rst b/doc/schema-report.rst
index 14b2e67..edfd882 100644
--- a/doc/schema-report.rst
+++ b/doc/schema-report.rst
@@ -58,7 +58,7 @@ GET
},
"kernel": {
"type": "string",
- "decsription": "The kernel name associated with the object"
+ "description": "The kernel name associated with the object"
},
"type": {
"type": "string",