summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel3CommandsLib
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel3CommandsLib')
-rw-r--r--ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c4
-rw-r--r--ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c4
-rw-r--r--ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c4
-rw-r--r--ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.c2
4 files changed, 7 insertions, 7 deletions
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
index 5a8a21a..8ad0dd6 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
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
index 8233281..6246416 100644
--- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
+++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
@@ -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) {
//
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c
index d00997d..8e3138a 100644
--- a/ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c
+++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c
@@ -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) {
//
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.c
index bef59b0..35bb380 100644
--- a/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.c
+++ b/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.c
@@ -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