summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellNetwork2CommandsLib
diff options
context:
space:
mode:
authorPage Chen <paiching_chen@apple.com>2023-11-09 11:27:09 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-12-08 13:25:11 +0000
commitfe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b (patch)
treebcca9e83296813a04263dbc3b1012258d62975af /ShellPkg/Library/UefiShellNetwork2CommandsLib
parenteccdab611c01aa40b6cefcfbcb4d23e54b4c0ec6 (diff)
downloadedk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.zip
edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.gz
edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.bz2
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 <paiching_chen@apple.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Andrew Fish <afish@apple.com> Message-Id: <829d2bed2a848229d719d7ae7b64ef1a47782720.1699557986.git.paiching_chen@apple.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellNetwork2CommandsLib')
-rw-r--r--ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c2
-rw-r--r--ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c b/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
index e0b58d4..43d578b 100644
--- a/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
+++ b/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
@@ -357,7 +357,7 @@ Ping6OnMatchEchoReply (
The original intention is to send a request.
Currently, the application retransmits an icmp6 echo request packet
per second in sendnumber times that is specified by the user.
- Because nothing can be done here, all things move to the timer rountine.
+ Because nothing can be done here, all things move to the timer routine.
@param[in] Event A EFI_EVENT type event.
@param[in] Context The pointer to Context.
diff --git a/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.c b/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.c
index 29c8245..20445ca 100644
--- a/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.c
+++ b/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.c
@@ -32,7 +32,7 @@ ShellCommandGetManFileNameNetwork2 (
@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