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>
This commit is contained in:
Mudusuru, Giri P 2016-07-07 00:47:45 -07:00 committed by Jaben Carsey
parent b6173a3a53
commit 1d32246161
3 changed files with 3 additions and 3 deletions

View File

@ -1178,7 +1178,7 @@ typedef enum {
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.

View File

@ -374,7 +374,7 @@ ShellCommandRunDrvDiag (
|| (ShellCommandLineGetFlag(Package, L"-m"))
){
//
// Run the apropriate test
// Run the appropriate test
//
if (ShellCommandLineGetFlag(Package, L"-s")) {
Mode = TestModeStandard;

View File

@ -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.