[PATCH v2 2/4] doc/README.gpt: Fix typo 'a optionnal'
Enric Balletbo i Serra
eballetb at redhat.com
Thu Dec 22 11:30:30 CET 2022
Change the string 'a optionnal' to 'an optional'.
Signed-off-by: Enric Balletbo i Serra <eballetbo at redhat.com>
---
(no changes since v1)
doc/README.gpt | 2 +-
doc/usage/cmd/part.rst | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/README.gpt b/doc/README.gpt
index 91e397d06f..cc2a1b7ac7 100644
--- a/doc/README.gpt
+++ b/doc/README.gpt
@@ -260,7 +260,7 @@ Partition type GUID:
For created partition, the used partition type GUID is
PARTITION_BASIC_DATA_GUID (EBD0A0A2-B9E5-4433-87C0-68B6B72699C7).
-If you define 'CONFIG_PARTITION_TYPE_GUID', a optionnal parameter 'type'
+If you define 'CONFIG_PARTITION_TYPE_GUID', an optional parameter 'type'
can specify a other partition type guid:
"uuid_disk=...;name=u-boot,size=60MiB,uuid=...;
diff --git a/doc/usage/cmd/part.rst b/doc/usage/cmd/part.rst
index be931e520f..0d098c7e3f 100644
--- a/doc/usage/cmd/part.rst
+++ b/doc/usage/cmd/part.rst
@@ -45,7 +45,7 @@ The 'part list' command prints or sets an environment variable to the list of pa
varname
an optional environment variable to store the list of partitions value into.
-The 'part start' sets an environment variable to the start of the partition (in blocks),
+The 'part start' commnad sets an environment variable to the start of the partition (in blocks),
part can be either partition number or partition name.
interface
@@ -57,7 +57,7 @@ part can be either partition number or partition name.
varname
a variable to store the current start of the partition value into.
-The 'part size' sets an environment variable to the size of the partition (in blocks),
+The 'part size' command sets an environment variable to the size of the partition (in blocks),
part can be either partition number or partition name.
interface
@@ -69,7 +69,7 @@ part can be either partition number or partition name.
varname
a variable to store the current size of the partition value into.
-The 'part number' sets an environment variable to the partition number using the partition name,
+The 'part number' command sets an environment variable to the partition number using the partition name,
part must be specified as partition name.
interface
--
2.38.1
More information about the U-Boot
mailing list