From fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b Mon Sep 17 00:00:00 2001 From: Page Chen Date: Thu, 9 Nov 2023 11:27:09 -0800 Subject: ShellPkg: Fix typos begining->beginning dirve->drive duplicat->duplicate fuly->fully Funciton->Function Functino->Function optioanl->optional poitners->pointers rountine->routine sucessful->successful sucessfully->successfully Signed-off-by: Page Chen Cc: Zhichao Gao Cc: Andrew Fish Message-Id: <829d2bed2a848229d719d7ae7b64ef1a47782720.1699557986.git.paiching_chen@apple.com> Reviewed-by: Zhichao Gao --- .../Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c') diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c index d441f66..28c42826 100644 --- a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c +++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c @@ -32,7 +32,7 @@ ShellCommandGetManFileNameDriver1 ( @param ImageHandle the image handle of the process @param SystemTable the EFI System Table pointer - @retval EFI_SUCCESS the shell command handlers were installed sucessfully + @retval EFI_SUCCESS the shell command handlers were installed successfully @retval EFI_UNSUPPORTED the shell level required was not found. **/ EFI_STATUS -- cgit v1.1