From e89c560f324e5bb09e5a77565df1efe0b2a50178 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 18 Feb 2014 13:38:54 +0100 Subject: [PATCH] disk: part_efi: fix typo --- disk/part_efi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk/part_efi.c b/disk/part_efi.c index b7524d68ba..09c2e1b671 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c @@ -376,7 +376,7 @@ int gpt_fill_pte(gpt_header *gpt_h, gpt_entry *gpt_e, offset += partitions[i].size; } if (offset >= gpt_h->last_usable_lba) { - printf("Partitions layout exceds disk size\n"); + printf("Partitions layout exceeds disk size\n"); return -1; } /* partition ending lba */ -- 2.39.2