summaryrefslogtreecommitdiff
path: root/ShellPkg/Include/Library/ShellCommandLib.h
diff options
context:
space:
mode:
authorPage Chen <paiching_chen@apple.com>2023-11-09 11:27:09 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-12-08 13:25:11 +0000
commitfe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b (patch)
treebcca9e83296813a04263dbc3b1012258d62975af /ShellPkg/Include/Library/ShellCommandLib.h
parenteccdab611c01aa40b6cefcfbcb4d23e54b4c0ec6 (diff)
downloadedk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.zip
edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.gz
edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.bz2
ShellPkg: Fix typos
begining->beginning dirve->drive duplicat->duplicate fuly->fully Funciton->Function Functino->Function optioanl->optional poitners->pointers rountine->routine sucessful->successful sucessfully->successfully Signed-off-by: Page Chen <paiching_chen@apple.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Andrew Fish <afish@apple.com> Message-Id: <829d2bed2a848229d719d7ae7b64ef1a47782720.1699557986.git.paiching_chen@apple.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg/Include/Library/ShellCommandLib.h')
-rw-r--r--ShellPkg/Include/Library/ShellCommandLib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Include/Library/ShellCommandLib.h b/ShellPkg/Include/Library/ShellCommandLib.h
index 7a97b20..0b185e3 100644
--- a/ShellPkg/Include/Library/ShellCommandLib.h
+++ b/ShellPkg/Include/Library/ShellCommandLib.h
@@ -70,7 +70,7 @@ CONST CHAR16 *
the command built into shell.
@param[in] SystemTable The pointer to the system table.
- @retval RETURN_SUCCESS The shell command was sucessful.
+ @retval RETURN_SUCCESS The shell command was successful.
@retval RETURN_UNSUPPORTED The command is not supported.
**/
typedef
@@ -544,7 +544,7 @@ ShellCommandFindMapItem (
@param[in] Flags The Flags attribute for this map item.
@param[in] Path TRUE to update path, FALSE to skip this step (should only be TRUE during initialization).
- @retval EFI_SUCCESS The addition was sucessful.
+ @retval EFI_SUCCESS The addition was successful.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
@retval EFI_INVALID_PARAMETER A parameter was invalid.
**/
@@ -563,7 +563,7 @@ ShellCommandAddMapItemAndUpdatePath (
Also sets up the default path environment variable if Type is FileSystem.
- @retval EFI_SUCCESS All map names were created sucessfully.
+ @retval EFI_SUCCESS All map names were created successfully.
@retval EFI_NOT_FOUND No protocols were found in the system.
@return Error returned from gBS->LocateHandle().