summaryrefslogtreecommitdiffstats
path: root/libfdisk
diff options
context:
space:
mode:
authorRuediger Meier2016-02-03 15:00:37 +0100
committerRuediger Meier2016-02-03 15:10:08 +0100
commit3fd1f7711eb8612ce6e3f1f135b80220fdd2d208 (patch)
tree7108e33aecdd98574062d8faf2dea3dcea08f048 /libfdisk
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 'libfdisk')
-rw-r--r--libfdisk/src/gpt.c2
1 files changed, 1 insertions, 1 deletions
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);