From: Yu Watanabe Date: Tue, 20 Apr 2021 09:59:24 +0000 (+0900) Subject: man: fix typo X-Git-Tag: v249-rc1~383 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5bfddf037fba39367064bed357ba50ae8466b38;p=thirdparty%2Fsystemd.git man: fix typo Follow-up for e73309c532999cb15490a78575dd882b24bbe96f. --- 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).