diff options
author | Mudusuru, Giri P <giri.p.mudusuru@intel.com> | 2016-07-07 00:47:45 -0700 |
---|---|---|
committer | Jaben Carsey <jaben.carsey@intel.com> | 2016-07-07 15:24:24 -0700 |
commit | 1d32246161af275d7a2d17ade4a8fa53ea37a556 (patch) | |
tree | 9199948fa32dbcc20ed4629973c61166d1cc3748 /ShellPkg/Library | |
parent | b6173a3a532f57d447ee7390d23e9ba0ab5d6a68 (diff) | |
download | edk2-platforms-1d32246161af275d7a2d17ade4a8fa53ea37a556.tar.xz |
ShellPkg: Series of patches to fix typos - apropriate to appropriate
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Shumin Qiu <shumin.qiu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-By: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library')
-rw-r--r-- | ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c | 2 | ||||
-rw-r--r-- | ShellPkg/Library/UefiShellLib/UefiShellLib.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c b/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c index 271271120b..973a99505e 100644 --- a/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c +++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c @@ -374,7 +374,7 @@ ShellCommandRunDrvDiag ( || (ShellCommandLineGetFlag(Package, L"-m"))
){
//
- // Run the apropriate test
+ // Run the appropriate test
//
if (ShellCommandLineGetFlag(Package, L"-s")) {
Mode = TestModeStandard;
diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c index 35a1a7169c..5e5e6271bf 100644 --- a/ShellPkg/Library/UefiShellLib/UefiShellLib.c +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.c @@ -3286,7 +3286,7 @@ StrnCatGrow ( Prompt the user and return the resultant answer to the requestor.
This function will display the requested question on the shell prompt and then
- wait for an apropriate answer to be input from the console.
+ wait for an appropriate answer to be input from the console.
if the SHELL_PROMPT_REQUEST_TYPE is SHELL_PROMPT_REQUEST_TYPE_YESNO, ShellPromptResponseTypeQuitContinue
or SHELL_PROMPT_REQUEST_TYPE_YESNOCANCEL then *Response is of type SHELL_PROMPT_RESPONSE.
|