summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c')
-rw-r--r--ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
index 5a8a21aac7..8ad0dd63ad 100644
--- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
+++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
@@ -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