diff mbox series

Correct tpyos found by Lintian

Message ID 20210501195726.15867-1-bastiangermann@fishpost.de
State Accepted
Headers show
Series Correct tpyos found by Lintian | expand

Commit Message

Bastian Germann May 1, 2021, 7:57 p.m. UTC
Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
---
 doc/source/handlers.rst            | 2 +-
 doc/source/swupdate-hawkbitcfg.rst | 2 +-
 doc/source/swupdate-ipc.rst        | 6 +++---
 doc/source/swupdate.rst            | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

Comments

Stefano Babic May 2, 2021, 8:37 a.m. UTC | #1
Hi Bastian,

On 01.05.21 21:57, Bastian Germann wrote:
> Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
> ---
>   doc/source/handlers.rst            | 2 +-
>   doc/source/swupdate-hawkbitcfg.rst | 2 +-
>   doc/source/swupdate-ipc.rst        | 6 +++---
>   doc/source/swupdate.rst            | 2 +-
>   4 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/doc/source/handlers.rst b/doc/source/handlers.rst
> index 272198e..f35fbf3 100644
> --- a/doc/source/handlers.rst
> +++ b/doc/source/handlers.rst
> @@ -764,7 +764,7 @@ This handler creates or modifies partitions using the library libfdisk. Handler
>   the `partitions` section of sw-description. Setup for each partition is put into the `properties` field
>   of sw-description.
>   After writing the partition table it may create a file system on selected partitions.
> -(Availlable only if CONFIG_DISKFORMAT is set.)
> +(Available only if CONFIG_DISKFORMAT is set.)
>   
>   .. table:: Properties for diskpart handler
>   
> diff --git a/doc/source/swupdate-hawkbitcfg.rst b/doc/source/swupdate-hawkbitcfg.rst
> index 25f9552..dd7199d 100644
> --- a/doc/source/swupdate-hawkbitcfg.rst
> +++ b/doc/source/swupdate-hawkbitcfg.rst
> @@ -15,7 +15,7 @@ DESCRIPTION
>   -h
>           help
>   -p
> -        allows to set the polling time (in seconds)
> +        allows one to set the polling time (in seconds)
>   -e
>           enable suricatta mode
>   -d
> diff --git a/doc/source/swupdate-ipc.rst b/doc/source/swupdate-ipc.rst
> index 8ce19b5..3c45ab3 100644
> --- a/doc/source/swupdate-ipc.rst
> +++ b/doc/source/swupdate-ipc.rst
> @@ -118,7 +118,7 @@ A user should first call `swupdate_prepare_req()`
>   
>           void swupdate_prepare_req(struct swupdate_request *req);
>   
> -This fills the request sturcture with default values. After that, the user can fill the
> +This fills the request structure with default values. After that, the user can fill the
>   other fields as:
>   
>           - *sourcetype* : one of SOURCE_UNKNOWN, SOURCE_WEBSERVER,
> @@ -126,7 +126,7 @@ other fields as:
>           - *dry_run* : one of RUN_DEFAULT (set from command line), RUN_DRYRUN, RUN_INSTALL.
>           - *info, len* : a variable length data that can be forwarded to the progress
>             interface. The installer in SWUpdate does not evaluate it.
> -        - *software_set* and *running_mode* : this allows to set the `selection` fot the update.
> +        - *software_set* and *running_mode* : this allows one to set the `selection` for the update.
>   
>   Functions to set AES keys
>   -------------------------
> @@ -231,7 +231,7 @@ Activate an already installed Software
>   
>   After a software was installed, the new software boots and if everything runs fine,
>   an acknowledge should be sent to the hawkBit server. If this feature is used, for example
> -to let the end user decide if the new software is accepted, the paramters used by the installation
> +to let the end user decide if the new software is accepted, the parameters used by the installation
>   should be stored during the update process.
>   
>   ::
> diff --git a/doc/source/swupdate.rst b/doc/source/swupdate.rst
> index 317c54d..70375fa 100644
> --- a/doc/source/swupdate.rst
> +++ b/doc/source/swupdate.rst
> @@ -632,7 +632,7 @@ Mandatory arguments are marked with '\*':
>   | --disable-token-for-dwl | -        | Do not send authentication header when     |
>   |                         |          | downloading SWU.                           |
>   +-------------------------+----------+--------------------------------------------+
> -| --cache-file            | string   | This allow to resume an update after a     |
> +| --cache-file            | string   | This allows one to resume an update after a|
>   |                         |          | power cut. If the SWU is saved in a file,  |
>   |                         |          | SWUpdate can reuse the file and download   |
>   |                         |          | just the remaining part of the SWU.        |
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/handlers.rst b/doc/source/handlers.rst
index 272198e..f35fbf3 100644
--- a/doc/source/handlers.rst
+++ b/doc/source/handlers.rst
@@ -764,7 +764,7 @@  This handler creates or modifies partitions using the library libfdisk. Handler
 the `partitions` section of sw-description. Setup for each partition is put into the `properties` field
 of sw-description.
 After writing the partition table it may create a file system on selected partitions.
-(Availlable only if CONFIG_DISKFORMAT is set.)
+(Available only if CONFIG_DISKFORMAT is set.)
 
 .. table:: Properties for diskpart handler
 
diff --git a/doc/source/swupdate-hawkbitcfg.rst b/doc/source/swupdate-hawkbitcfg.rst
index 25f9552..dd7199d 100644
--- a/doc/source/swupdate-hawkbitcfg.rst
+++ b/doc/source/swupdate-hawkbitcfg.rst
@@ -15,7 +15,7 @@  DESCRIPTION
 -h
         help
 -p
-        allows to set the polling time (in seconds)
+        allows one to set the polling time (in seconds)
 -e
         enable suricatta mode
 -d
diff --git a/doc/source/swupdate-ipc.rst b/doc/source/swupdate-ipc.rst
index 8ce19b5..3c45ab3 100644
--- a/doc/source/swupdate-ipc.rst
+++ b/doc/source/swupdate-ipc.rst
@@ -118,7 +118,7 @@  A user should first call `swupdate_prepare_req()`
 
         void swupdate_prepare_req(struct swupdate_request *req);
 
-This fills the request sturcture with default values. After that, the user can fill the
+This fills the request structure with default values. After that, the user can fill the
 other fields as:
 
         - *sourcetype* : one of SOURCE_UNKNOWN, SOURCE_WEBSERVER,
@@ -126,7 +126,7 @@  other fields as:
         - *dry_run* : one of RUN_DEFAULT (set from command line), RUN_DRYRUN, RUN_INSTALL.
         - *info, len* : a variable length data that can be forwarded to the progress
           interface. The installer in SWUpdate does not evaluate it.
-        - *software_set* and *running_mode* : this allows to set the `selection` fot the update.
+        - *software_set* and *running_mode* : this allows one to set the `selection` for the update.
 
 Functions to set AES keys
 -------------------------
@@ -231,7 +231,7 @@  Activate an already installed Software
 
 After a software was installed, the new software boots and if everything runs fine,
 an acknowledge should be sent to the hawkBit server. If this feature is used, for example
-to let the end user decide if the new software is accepted, the paramters used by the installation
+to let the end user decide if the new software is accepted, the parameters used by the installation
 should be stored during the update process.
 
 ::
diff --git a/doc/source/swupdate.rst b/doc/source/swupdate.rst
index 317c54d..70375fa 100644
--- a/doc/source/swupdate.rst
+++ b/doc/source/swupdate.rst
@@ -632,7 +632,7 @@  Mandatory arguments are marked with '\*':
 | --disable-token-for-dwl | -        | Do not send authentication header when     |
 |                         |          | downloading SWU.                           |
 +-------------------------+----------+--------------------------------------------+
-| --cache-file            | string   | This allow to resume an update after a     |
+| --cache-file            | string   | This allows one to resume an update after a|
 |                         |          | power cut. If the SWU is saved in a file,  |
 |                         |          | SWUpdate can reuse the file and download   |
 |                         |          | just the remaining part of the SWU.        |