]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 Apr 2021 09:59:24 +0000 (18:59 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 20 Apr 2021 10:41:05 +0000 (11:41 +0100)
Follow-up for e73309c532999cb15490a78575dd882b24bbe96f.

man/repart.d.xml

index 5223f5036497e36f72f395d690ef60ee40d3e659..d45a4c9b186a2381643f44745ddd7714c582b4ad 100644 (file)
         <listitem><para>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 <varname>Type=</varname> 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 <varname>ReadOnly=</varname>, see below. Specify the flags value in
         hexadecimal (by prefixing it with <literal>0x</literal>), binary (prefix <literal>0b</literal>) or
         decimal (no prefix).</para></listitem>