[elbe-devel] [PATCH] docs: fix typos found via codespell

yegorslists at googlemail.com yegorslists at googlemail.com
Mon Feb 3 09:23:58 CET 2020


From: Yegor Yefremov <yegorslists at googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 docs/elbe-buildchroot.txt | 2 +-
 docs/elbe-chg_archive.txt | 2 +-
 docs/elbe-preprocess.txt  | 2 +-
 docs/elbe-show.txt        | 2 +-
 docs/elbeoverview-en.txt  | 4 ++--
 docs/quickstart.txt       | 2 +-
 docs/testspec.csv         | 6 +++---
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/elbe-buildchroot.txt b/docs/elbe-buildchroot.txt
index bcab73d3a..b78e86e7c 100644
--- a/docs/elbe-buildchroot.txt
+++ b/docs/elbe-buildchroot.txt
@@ -69,7 +69,7 @@ OPTIONS
 	Skip debootstrap.
 
 --skip-pkglist::
-	Ignore changes to the pkglist, and dont rebuild the buildimage.
+	Ignore changes to the pkglist, and don't rebuild the buildimage.
         (Not recommended)
 
 --skip-cdrom::
diff --git a/docs/elbe-chg_archive.txt b/docs/elbe-chg_archive.txt
index 68dbc3a09..f6d9af952 100644
--- a/docs/elbe-chg_archive.txt
+++ b/docs/elbe-chg_archive.txt
@@ -35,7 +35,7 @@ OPTIONS
 <directory>::
 	A local directory that will be used as archive. The content of the directory
 	will be archived in a tar.bz2 format and then stored uuencoded in the
-	<archive> tag of the specifed <xmlfile>.
+	<archive> tag of the specified <xmlfile>.
 
 EXAMPLES
 --------
diff --git a/docs/elbe-preprocess.txt b/docs/elbe-preprocess.txt
index 1a5623983..57455c01d 100644
--- a/docs/elbe-preprocess.txt
+++ b/docs/elbe-preprocess.txt
@@ -27,7 +27,7 @@ OPTIONS
 -------
 
 --variant <variant>::
-	comma seperated list of variants
+	comma separated list of variants
 
 --output <filename>::
 	preprocessed output file, defaults to preprocess.xml
diff --git a/docs/elbe-show.txt b/docs/elbe-show.txt
index 2842745d3..e190fb745 100644
--- a/docs/elbe-show.txt
+++ b/docs/elbe-show.txt
@@ -24,7 +24,7 @@ OPTIONS
 -------
 
 --verbose::
-	Give more informations, e.g. the package list of the target root-filesystem.
+	Give more information, e.g. the package list of the target root-filesystem.
 
 <xmlfile>::
 	The xmlfile to be shown.
diff --git a/docs/elbeoverview-en.txt b/docs/elbeoverview-en.txt
index e34d67872..53ef1d37c 100644
--- a/docs/elbeoverview-en.txt
+++ b/docs/elbeoverview-en.txt
@@ -34,7 +34,7 @@ Elbe takes a different approach for solving these problems:
 - The root-filesystem is a subset of the Debian system inside the chroot
   environment. This implicitly ensures, that the same toolchain is used
   on the development machine and on the target.
-- Updating, adding or removing a package is done via Debians package-management
+- Updating, adding or removing a package is done via Debian's package-management
   (apt) which also resolves package dependencies.
 
 
@@ -522,7 +522,7 @@ Debian package.
 Validation
 ----------
 
-After a build the +source.xml+ file includes informations about all
+After a build the +source.xml+ file includes information about all
 installed packages and versions. If this information is already present in
 a file used with +elbe create+ the installed package versions and md5 hashes
 are validated and a report is printed and saved to +validation.txt+. This
diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index ce4fdec55..d0c141c1b 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -198,7 +198,7 @@ archivedir
 
 The new XML element ‘archivedir’ points to a local directory and adds
 the content into a newly created archive. ‘archivedir’ can be specified
-more then once. The content of the direcories is copied in order of
+more then once. The content of the directories is copied in order of
 appearance. Existing files are overwritten by the later ones.
 
 Example snippet to use ‘archivedir’:
diff --git a/docs/testspec.csv b/docs/testspec.csv
index e58feb8f0..6f4a13316 100644
--- a/docs/testspec.csv
+++ b/docs/testspec.csv
@@ -10,17 +10,17 @@ ELBE TestSpec,,,,
 7,initvm start,start initvm,start initvm,can connect to elbe-daemon
 8,initvm attach,get console at initvm,login with root:root,get login prompt and shell
 9,initvm stop,stop initvm,stop initvm,"kvm process terminated, no connection to elbe-daemon"
-10,initvm submit,work with absoulte paths,Build an example XML using absolute path for –directory and –output,"Elbe-project img, source and binary iso is valid and at the specified destination, project was deleted from initvm"
+10,initvm submit,work with absolute paths,Build an example XML using absolute path for –directory and –output,"Elbe-project img, source and binary iso is valid and at the specified destination, project was deleted from initvm"
 11,,work with relative paths,Build an example XML using relative path for –directory and –output,"Elbe-project img, source and binary iso is valid and at the specified destination, project was deleted from initvm"
 12,,guess paths,Build an example XML using no path for –directory and –output,"Elbe-project img, source and binary iso is valid and at elbe-build-<timestamp>, project was deleted from initvm"
 13,,keep projects in initvm,"Build an example XML using –directory, --skip-build-bin, --skip-build-sources, --skip-download –keep-files","Elbe-project img is valid and at elbe-build-<timestamp>, project is stored in initvm"
 14,,all provided examples are functional,"Build an example XML using –directory, --skip-build-bin, --skip-build-sources","Elbe-project images are valid and at the specified destinations, projects are deleted from initvm"
 15,,build from cdrom,elbe initvm submit binary-cdrom.iso,"Elbe initvm and project is generated from ISO image, created binary image is the same as the original image"
 16,,build from source.xml,rebuild an image from a source.xml (with an updated package on the mirror),The updated package needs to be reported in validation.xml
-17,,detect incomplete builds,build project with unavailable packages and finetuning rules that fail,error report should include informations about the failed build steps
+17,,detect incomplete builds,build project with unavailable packages and finetuning rules that fail,error report should include information about the failed build steps
 18,,Repo key verification,URLs to repo keys provide a key that don't belong to the specified repository,error should be reported, also during 'initvm create'
 20,,build invalid project (RFS doesn't fit in IMG),"start build in background, after termination get report from initvm",build state is failed and error report available
 21,grub installation,grub is installed and working with debian kernel,Boot image produced by elbe-desktop.xml in kvm,ssh login is possible
 22,,grub is installed and working with latest stable kernel,"use ellbe/contrib' patches on latest stable kernel, build debian package, specify package in XML (no debian kernel in XML), build XML",ssh login is possible
-23,Repo key verification,noauth isnt set and no pubkey is provided,error should be detected in xml validation
+23,Repo key verification,noauth isn't set and no pubkey is provided,error should be detected in xml validation
 24,modes,add tests for diet,tighten and setsel mode,for setsel also creating the xml file should be tested
-- 
2.17.0




More information about the elbe-devel mailing list