diff options
| author | Page Chen <paiching_chen@apple.com> | 2023-11-09 22:27:09 +0300 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-08 16:25:11 +0300 |
| commit | fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b (patch) | |
| tree | bcca9e83296813a04263dbc3b1012258d62975af /ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c | |
| parent | eccdab611c01aa40b6cefcfbcb4d23e54b4c0ec6 (diff) | |
| download | edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.xz | |
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/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c')
| -rw-r--r-- | ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c b/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c index 45aeaac347..d3c384dc8b 100644 --- a/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c +++ b/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c @@ -22,7 +22,7 @@ @param[in] Shell The instance of the shell protocol used in
the context of processing this command.
- @return EFI_SUCCESS the operation was sucessful
+ @return EFI_SUCCESS the operation was successful
@return other the operation failed.
**/
SHELL_STATUS
@@ -78,7 +78,7 @@ EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL mHttpDynamicCommand = { @param ImageHandle The image handle of the process.
@param SystemTable The EFI System Table pointer.
- @retval EFI_SUCCESS Http command is executed sucessfully.
+ @retval EFI_SUCCESS Http command is executed successfully.
@retval EFI_ABORTED HII package was failed to initialize.
@retval others Other errors when executing http command.
**/
|
