summaryrefslogtreecommitdiffstats
path: root/ShellPkg/DynamicCommand/HttpDynamicCommand
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/DynamicCommand/HttpDynamicCommand')
-rw-r--r--ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.c2
-rw-r--r--ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.c b/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.c
index 6622e058aa..ea41417fc3 100644
--- a/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.c
+++ b/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.c
@@ -28,7 +28,7 @@ EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_HTTP);
@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.
**/
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.
**/