From 0508f347c87dc479fc2a0d85c3c13efd78aaad7e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 24 May 2017 00:22:20 +0300 Subject: Fix minor typos --- libfdisk/src/gpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libfdisk/src') diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index 96e6f21bd..6b894aa23 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -2628,7 +2628,7 @@ int fdisk_gpt_set_npartitions(struct fdisk_context *cxt, uint32_t entries) /* calculate the size (bytes) of the entries array */ rc = gpt_calculate_sizeof_ents(gpt->pheader, entries, &new_size); if (rc) { - fdisk_warnx(cxt, _("The number of the partition has be smaller than %zu."), + fdisk_warnx(cxt, _("The number of the partition has to be smaller than %zu."), UINT32_MAX / le32_to_cpu(gpt->pheader->sizeof_partition_entry)); return rc; } -- cgit v1.2.3-55-g7522