diff options
Diffstat (limited to 'ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c')
-rw-r--r-- | ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c b/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c index 823328155b..6246416967 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) {
//
|