From 3fd1f7711eb8612ce6e3f1f135b80220fdd2d208 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Wed, 3 Feb 2016 15:00:37 +0100 Subject: docs: fix typos found by codespell Using "codespell" from https://github.com/lucasdemarchi/codespell Signed-off-by: Ruediger Meier --- tests/ts/fdisk/oddinput | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ts/fdisk/oddinput') diff --git a/tests/ts/fdisk/oddinput b/tests/ts/fdisk/oddinput index 8d512200d..6625d2583 100755 --- a/tests/ts/fdisk/oddinput +++ b/tests/ts/fdisk/oddinput @@ -36,7 +36,7 @@ ts_log "Empty image listing" # this should report empty partition table # TEST_IMAGE_NAME has absolute path, and is by definition different on each computer, we need to sed it away $TS_CMD_FDISK -c=dos -u=cylinders -l ${TEST_IMAGE_NAME} 2>&1 | sed -e "s/${TEST_IMAGE_NAME//\//\\/}/testimage/" >> $TS_OUTPUT -ts_log "Nonexistant file" # this originally does absolutely nothing +ts_log "Nonexistent file" # this originally does absolutely nothing $TS_CMD_FDISK -c=dos -u=cylinders -l _a_file_that_does_not_exist_ >> $TS_OUTPUT 2>&1 ts_log "Too small file" # same here -- cgit v1.2.3-55-g7522