Reviewed-by: Jaben Carsey <[email protected]> > -----Original Message----- > From: Mudusuru, Giri P > Sent: Thursday, July 07, 2016 12:48 AM > To: [email protected] > Cc: Carsey, Jaben <[email protected]>; Qiu, Shumin > <[email protected]> > Subject: [edk2] [PATCH 16/16] ShellPkg: Series of patches to fix typos - > apropriate to appropriate > Importance: High > > Cc: Jaben Carsey <[email protected]> > Cc: Shumin Qiu <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Giri P Mudusuru <[email protected]> > --- > ShellPkg/Include/Library/ShellLib.h | 2 +- > ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c | 2 +- > ShellPkg/Library/UefiShellLib/UefiShellLib.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/ShellPkg/Include/Library/ShellLib.h > b/ShellPkg/Include/Library/ShellLib.h > index 88020a0..fe4b9cf 100644 > --- a/ShellPkg/Include/Library/ShellLib.h > +++ b/ShellPkg/Include/Library/ShellLib.h > @@ -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. > diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c > b/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c > index 2712711..973a995 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 35a1a71..5e5e627 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. > -- > 2.9.0.windows.1
_______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

