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 --- libfdisk/src/gpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libfdisk') diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index f02d0de02..6bc0e3f07 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -2263,7 +2263,7 @@ static int gpt_add_partition( goto done; } - /* Be paranoid and check agains on-disk setting rather than against libfdisk cxt */ + /* Be paranoid and check against on-disk setting rather than against libfdisk cxt */ if (user_l > le64_to_cpu(pheader->last_usable_lba)) { fdisk_warnx(cxt, _("The last usable GPT sector is %ju, but %ju is requested."), le64_to_cpu(pheader->last_usable_lba), user_l); -- cgit v1.2.3-55-g7522