From 351237a25834610576f953d1be2976f043e6f862 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 23 Sep 2017 13:46:24 +0200 Subject: [PATCH 1/1] Fix a bunch of typos s/the the/the/ s/compability/compatibility/ s/formated/formatted/ s/addional/additional/ --- docker/README.md | 2 +- grml-debootstrap | 4 ++-- tests/test_cmdlineopts.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/README.md b/docker/README.md index a2ca38f..b3c273a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -44,7 +44,7 @@ Use grml-debootstrap inside the container, e.g.: # 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 diff --git a/grml-debootstrap b/grml-debootstrap index 9eb6b9e..a21400f 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -463,7 +463,7 @@ if [ -n "$CONFIGFILE" ] ; then 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" @@ -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 - 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 diff --git a/tests/test_cmdlineopts.sh b/tests/test_cmdlineopts.sh index 312fe76..c1df0d6 100755 --- a/tests/test_cmdlineopts.sh +++ b/tests/test_cmdlineopts.sh @@ -17,7 +17,7 @@ test_cmdlineopts() { if [[ $CMD == *:: ]] ; then DELIM="=" fi - # CMD expects addional parameter + # CMD expects additional parameter if [[ $CMD == *: ]] ; then PARAM=$RANDOM fi -- 2.1.4