From d5bfddf037fba39367064bed357ba50ae8466b38 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 20 Apr 2021 18:59:24 +0900 Subject: [PATCH] man: fix typo Follow-up for e73309c532999cb15490a78575dd882b24bbe96f. --- man/repart.d.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/repart.d.xml b/man/repart.d.xml index 5223f503649..d45a4c9b186 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -572,7 +572,7 @@ Configures the 64bit GPT partition flags to set for the partition when creating it. This option has no effect if the partition already exists. If not specified the flags values is set to all zeroes, except if the partition type (as configured with Type= above) - refers to a Verity partition, in wich case bit 60 is set (i.e. the read-only bit). This bit may also + refers to a Verity partition, in which case bit 60 is set (i.e. the read-only bit). This bit may also be configured separately via ReadOnly=, see below. Specify the flags value in hexadecimal (by prefixing it with 0x), binary (prefix 0b) or decimal (no prefix). -- 2.47.3