diff options
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c')
-rw-r--r-- | ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c b/ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c index c9082eb76c..79596373d6 100644 --- a/ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c +++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c @@ -14,7 +14,7 @@ If you spawn a pre 2.0 shell from the Shell 2.0 the environment variable may not carry through.
- @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
|