diff options
author | Page Chen <paiching_chen@apple.com> | 2023-11-09 11:27:09 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-08 13:25:11 +0000 |
commit | fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b (patch) | |
tree | bcca9e83296813a04263dbc3b1012258d62975af /ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c | |
parent | eccdab611c01aa40b6cefcfbcb4d23e54b4c0ec6 (diff) | |
download | edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.gz |
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/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c')
-rw-r--r-- | ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c b/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c index 92e438437f..503b74c865 100644 --- a/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c +++ b/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c @@ -34,7 +34,7 @@ ShellCommandGetManFileNameLevel1 ( @param ImageHandle the image handle of the process
@param SystemTable the EFI System Table pointer
- @retval EFI_SUCCESS the shell command handlers were installed sucessfully
+ @retval EFI_SUCCESS the shell command handlers were installed successfully
@retval EFI_UNSUPPORTED the shell level required was not found.
**/
EFI_STATUS
@@ -243,7 +243,7 @@ TestNodeForMove ( @param[in] MovePast TRUE makes function return 1 past the found
location.
@param[in] FindOnly TRUE to not change the ScriptFile.
- @param[in] WrapAroundScript TRUE to wrap end-to-begining or vise versa in
+ @param[in] WrapAroundScript TRUE to wrap end-to-beginning or vise versa in
searching.
**/
BOOLEAN
|