[elbe-devel] [PATCH] fix typos / bad docs
Olivier Dion
dion at linutronix.de
Mon Feb 24 16:42:25 CET 2020
On Mon, 24 Feb 2020, bage at linutronix.de wrote:
> From: Bastian Germann <bage at linutronix.de>
>
> Signed-off-by: Bastian Germann <bage at linutronix.de>
> ---
> docs/elbeoverview-en.txt | 2 +-
> elbepack/elbeproject.py | 4 ++--
> elbepack/updated.py | 2 +-
> examples/armhf-ti-beaglebone-black.xml | 3 +--
> examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml | 2 +-
> 5 files changed, 6 insertions(+), 7 deletions(-)
>
> diff --git a/docs/elbeoverview-en.txt b/docs/elbeoverview-en.txt
> index 53ef1d37c..1f30523b4 100644
> --- a/docs/elbeoverview-en.txt
> +++ b/docs/elbeoverview-en.txt
> @@ -583,7 +583,7 @@ the 'project' tag isn't closed yet.
> ************************************************
>
> The following section describes the virtual machine in which the
> -debian-installer is executed and custom packages can be build.
> +debian-installer is executed and custom packages can be built.
>
> [xml]
> source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> diff --git a/elbepack/elbeproject.py b/elbepack/elbeproject.py
> index b64a5fcb4..9ddb4568e 100644
> --- a/elbepack/elbeproject.py
> +++ b/elbepack/elbeproject.py
> @@ -203,7 +203,7 @@ class ElbeProject (object):
> else:
> self.targetfs = None
>
> - # dont create sysroot instance, it should be build from scratch
> + # dont create sysroot instance, it should be built from
> scratch
s/dont/don't/
> # each time, because the pkglist including the -dev packages is
> # tracked nowhere.
> self.sysrootenv = None
> @@ -809,7 +809,7 @@ class ElbeProject (object):
> self.targetfs = None
> self.buildenv = None
>
> - # dont create sysroot instance, it should be build from scratch
> + # dont create sysroot instance, it should be built from scratch
> # each time, because the pkglist including the -dev packages is
> # tracked nowhere.
> self.sysrootenv = None
> diff --git a/elbepack/updated.py b/elbepack/updated.py
> index f7bf939f8..8d6341170 100644
> --- a/elbepack/updated.py
> +++ b/elbepack/updated.py
> @@ -118,7 +118,7 @@ class UpdateService (ServiceBase):
> @rpc(_returns=String)
> def list_snapshots(self):
> # pylint: disable=no-self-use
> - # use comma seperated string because array of string triggers a bug in
> + # use comma separated string because array of strings triggers a bug in
> # python suds :(
> snapshots = ""
>
> diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
> index 36e061260..ebf786a36 100644
> --- a/examples/armhf-ti-beaglebone-black.xml
> +++ b/examples/armhf-ti-beaglebone-black.xml
> @@ -102,7 +102,7 @@
> <artifact>/usr/lib/u-boot/am335x_boneblack/MLO</artifact>
> <artifact>/usr/lib/linux-image-4.9.0-3-armmp/am335x-boneblack.dtb</artifact>
> </finetuning>
> - <!-- generate a pbuilder environment (before image will be build) -->
> + <!-- generate a pbuilder environment (before image will be built) -->
> <pbuilder>
> <src-pkg>zlib</src-pkg>
> <src-pkg>minicoredumper</src-pkg>
> @@ -131,7 +131,6 @@
> variant minbase has no default init system.
> -->
> <pkg>systemd</pkg>
> - <!-- install a package from backports -->
> <pkg>btrfs-progs</pkg>
> <pkg>libzstd1</pkg>
> </pkg-list>
> diff --git a/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml b/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml
> index f06c9639e..6446d58f5 100644
> --- a/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml
> +++ b/examples/x86_64-pc-hdimg-pbuilder-grub-buster.xml
> @@ -46,7 +46,7 @@
> <finetuning>
> <rm>var/cache/apt/archives/*.deb</rm>
> </finetuning>
> - <!-- generate a pbuilder environment (before image will be build) -->
> + <!-- generate a pbuilder environment (before image will be built) -->
> <pbuilder>
> <!-- build the libgpio from github -->
> <git revision='a15a83e2649765736aa6bfe9c490a39a417cf69b'>
> --
> 2.20.1
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
With sed applied.
Reviewed-by: Olivier Dion <dion at linutronix.de>
--
Olivier Dion
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
More information about the elbe-devel
mailing list