]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Series of patches to fix typos - apropriate to appropriate
authorMudusuru, Giri P <giri.p.mudusuru@intel.com>
Thu, 7 Jul 2016 07:47:45 +0000 (00:47 -0700)
committerJaben Carsey <jaben.carsey@intel.com>
Thu, 7 Jul 2016 22:24:24 +0000 (15:24 -0700)
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>
ShellPkg/Include/Library/ShellLib.h
ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c
ShellPkg/Library/UefiShellLib/UefiShellLib.c

index 88020a06a89c57cc3540ee0a7a97dbc184b87e56..fe4b9cf785ee60bdb1fa79d939d4493ec737e11c 100644 (file)
@@ -1178,7 +1178,7 @@ typedef enum {
   Prompt the user and return the resultant answer to the requestor.\r
 \r
   This function will display the requested question on the shell prompt and then\r
-  wait for an apropriate answer to be input from the console.\r
+  wait for an appropriate answer to be input from the console.\r
 \r
   If the SHELL_PROMPT_REQUEST_TYPE is SHELL_PROMPT_REQUEST_TYPE_YESNO, ShellPromptResponseTypeQuitContinue\r
   or SHELL_PROMPT_REQUEST_TYPE_YESNOCANCEL then *Response is of type SHELL_PROMPT_RESPONSE.\r
index 271271120b0f1919db6ac92569653303250c9869..973a99505e5418dcfd7999d11473ba8fb6a64e3d 100644 (file)
@@ -374,7 +374,7 @@ ShellCommandRunDrvDiag (
             || (ShellCommandLineGetFlag(Package, L"-m"))\r
            ){\r
       //\r
-      // Run the apropriate test\r
+      // Run the appropriate test\r
       //\r
       if        (ShellCommandLineGetFlag(Package, L"-s")) {\r
         Mode =   TestModeStandard;\r
index 35a1a7169c8b9dbdf7b287052a6fb34eb57f2cee..5e5e6271bf24d418aaa7f04ff29925aee0be1754 100644 (file)
@@ -3286,7 +3286,7 @@ StrnCatGrow (
   Prompt the user and return the resultant answer to the requestor.\r
 \r
   This function will display the requested question on the shell prompt and then\r
-  wait for an apropriate answer to be input from the console.\r
+  wait for an appropriate answer to be input from the console.\r
 \r
   if the SHELL_PROMPT_REQUEST_TYPE is SHELL_PROMPT_REQUEST_TYPE_YESNO, ShellPromptResponseTypeQuitContinue\r
   or SHELL_PROMPT_REQUEST_TYPE_YESNOCANCEL then *Response is of type SHELL_PROMPT_RESPONSE.\r