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>
This commit is contained in:
Page Chen
2023-11-09 11:27:09 -08:00
committed by mergify[bot]
parent eccdab611c
commit fe2abc9b74
34 changed files with 104 additions and 104 deletions

View File

@ -17,7 +17,7 @@
@param[in] Alias Points to the NULL-terminated shell alias.
If this parameter is NULL, then all
aliases will be returned in ReturnedData.
@retval SHELL_SUCCESS the printout was sucessful
@retval SHELL_SUCCESS the printout was successful
**/
SHELL_STATUS
PrintSingleShellAlias (
@ -47,7 +47,7 @@ PrintSingleShellAlias (
/**
Print out each alias registered with the Shell.
@retval STATUS_SUCCESS the printout was sucessful
@retval STATUS_SUCCESS the printout was successful
@return any return code from GetNextVariableName except EFI_NOT_FOUND
**/
SHELL_STATUS

View File

@ -232,8 +232,8 @@ ShellCommandRunTouch (
}
//
// make sure we completed the param parsing sucessfully...
// Also make sure that any previous action was sucessful
// make sure we completed the param parsing successfully...
// Also make sure that any previous action was successful
//
if (ShellStatus == SHELL_SUCCESS) {
//

View File

@ -251,8 +251,8 @@ ShellCommandRunType (
}
//
// make sure we completed the param parsing sucessfully...
// Also make sure that any previous action was sucessful
// make sure we completed the param parsing successfully...
// Also make sure that any previous action was successful
//
if (ShellStatus == SHELL_SUCCESS) {
//

View File

@ -33,7 +33,7 @@ ShellCommandGetManFileNameLevel3 (
@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