Fix a bunch of typos
authorMichael Prokop <mika@grml.org>
Sat, 23 Sep 2017 11:46:24 +0000 (13:46 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 23 Sep 2017 11:46:24 +0000 (13:46 +0200)
s/the the/the/
s/compability/compatibility/
s/formated/formatted/
s/addional/additional/

docker/README.md
grml-debootstrap
tests/test_cmdlineopts.sh

index a2ca38f..b3c273a 100644 (file)
@@ -44,7 +44,7 @@ Use grml-debootstrap inside the container, e.g.:
 # grml-debootstrap --target /srv/debian --password grml --hostname docker [--force]
 ````
 
 # grml-debootstrap --target /srv/debian --password grml --hostname docker [--force]
 ````
 
-*TIP:* to speed up the build prepend `eatmydata` in the the grml-debootstrap command line
+*TIP:* to speed up the build prepend `eatmydata` in the grml-debootstrap command line
 
 *TIP:* if you want to have access to the generated Debian systems after exiting the container make sure to share your working directory as `/srv` via adding `-v $PWD:/srv/` to your `docker run` command line
 
 
 *TIP:* if you want to have access to the generated Debian systems after exiting the container make sure to share your working directory as `/srv` via adding `-v $PWD:/srv/` to your `docker run` command line
 
index 9eb6b9e..a21400f 100755 (executable)
@@ -463,7 +463,7 @@ if [ -n "$CONFIGFILE" ] ; then
 fi
 # }}}
 
 fi
 # }}}
 
-# backwards compability checks {{{
+# backwards compatibility checks {{{
 if [ -n "$GROOT" ] ; then
    eerror "Error: you seem to have \$GROOT configured."
    eerror "This variable is no longer supported, please visit the"
 if [ -n "$GROOT" ] ; then
    eerror "Error: you seem to have \$GROOT configured."
    eerror "This variable is no longer supported, please visit the"
@@ -774,7 +774,7 @@ format_efi_partition() {
   if fsck.vfat -bn "$EFI" >/dev/null; then
     einfo "EFI partition $EFI seems to have a FAT filesystem, not modifying." ; eend 0
   else
   if fsck.vfat -bn "$EFI" >/dev/null; then
     einfo "EFI partition $EFI seems to have a FAT filesystem, not modifying." ; eend 0
   else
-    einfo "EFI partition $EFI doesn't seem to be formated, creating filesystem."
+    einfo "EFI partition $EFI doesn't seem to be formatted, creating filesystem."
     mkfs.fat -F32 -n "EFI System Partition" "$EFI"
     RC=$?
     if [ $RC -eq 0 ] ; then
     mkfs.fat -F32 -n "EFI System Partition" "$EFI"
     RC=$?
     if [ $RC -eq 0 ] ; then
index 312fe76..c1df0d6 100755 (executable)
@@ -17,7 +17,7 @@ test_cmdlineopts() {
         if [[ $CMD == *:: ]] ; then
             DELIM="="
         fi
         if [[ $CMD == *:: ]] ; then
             DELIM="="
         fi
-        # CMD expects addional parameter
+        # CMD expects additional parameter
         if [[ $CMD == *: ]] ; then
             PARAM=$RANDOM
         fi
         if [[ $CMD == *: ]] ; then
             PARAM=$RANDOM
         fi