summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk/bsd
diff options
context:
space:
mode:
authorRuediger Meier2016-02-03 15:00:37 +0100
committerRuediger Meier2016-02-03 15:10:08 +0100
commit3fd1f7711eb8612ce6e3f1f135b80220fdd2d208 (patch)
tree7108e33aecdd98574062d8faf2dea3dcea08f048 /tests/ts/fdisk/bsd
parentsfdisk: make --quiet really quiet (diff)
downloadkernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.tar.gz
kernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.tar.xz
kernel-qcow2-util-linux-3fd1f7711eb8612ce6e3f1f135b80220fdd2d208.zip
docs: fix typos found by codespell
Using "codespell" from https://github.com/lucasdemarchi/codespell Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/fdisk/bsd')
-rwxr-xr-xtests/ts/fdisk/bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/fdisk/bsd b/tests/ts/fdisk/bsd
index b76852c66..cd7a6c6f2 100755
--- a/tests/ts/fdisk/bsd
+++ b/tests/ts/fdisk/bsd
@@ -40,7 +40,7 @@ FDISK_CMD_BSD_LIST_TYPES="b\nl\nq\n" # list supported PT types and quit
#set -x
-# BSD disklabel depends on sector/offset and endianess. We convert the md5sums
+# BSD disklabel depends on sector/offset and endianness. We convert the md5sums
# into the most common values (little endian, BSD_LABELSECTOR = 1,
# BSD_LABELOFFSET = 0) so that they can be easily compared to the expected
# ones.