summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c')
-rw-r--r--ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
index 794284d02e..ae643996aa 100644
--- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
+++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
@@ -53,7 +53,7 @@ ShellCommandGetManFileNameLevel2 (
@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
@@ -148,10 +148,10 @@ ShellLevel2CommandsLibDestructor (
}
/**
- returns a fully qualified directory (contains a map drive at the begining)
+ returns a fully qualified directory (contains a map drive at the beginning)
path from a unknown directory path.
- If Path is already fully qualified this will return a duplicat otherwise this
+ If Path is already fully qualified this will return a duplicate otherwise this
will use get the current directory and use that to build the fully qualified
version.
@@ -161,7 +161,7 @@ ShellLevel2CommandsLibDestructor (
@retval NULL A memory allocation failed
@retval NULL A fully qualified path could not be discovered.
- @retval other An allocated pointer to a fuly qualified path.
+ @retval other An allocated pointer to a fully qualified path.
**/
CHAR16 *
GetFullyQualifiedPath (