summaryrefslogtreecommitdiffstats
path: root/ShellPkg/DynamicCommand/TftpDynamicCommand
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:21 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitf16bd39441b9bdb112e9ee885e979f60f77430db (patch)
tree528524cf0fcab0de1fe422a49bcaae108acb1574 /ShellPkg/DynamicCommand/TftpDynamicCommand
parent6a5033ca3e8868a176a9671d55ad297bac385b1b (diff)
downloadedk2-f16bd39441b9bdb112e9ee885e979f60f77430db.tar.gz
edk2-f16bd39441b9bdb112e9ee885e979f60f77430db.tar.bz2
edk2-f16bd39441b9bdb112e9ee885e979f60f77430db.zip
ShellPkg/DynamicCommand: Fix various typos
Fix various typos in comments and documentation. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-69-philmd@redhat.com>
Diffstat (limited to 'ShellPkg/DynamicCommand/TftpDynamicCommand')
-rw-r--r--ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c8
-rw-r--r--ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h2
-rw-r--r--ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c2
-rw-r--r--ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c b/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c
index f28da9af72..4e296c495b 100644
--- a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c
+++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c
@@ -15,7 +15,7 @@ EFI_HII_HANDLE mTftpHiiHandle;
/*
Constant strings and definitions related to the message indicating the amount of
- progress in the dowloading of a TFTP file.
+ progress in the downloading of a TFTP file.
*/
// Frame for the progression slider
@@ -48,7 +48,7 @@ CONST CHAR16 *mLocalFilePath;
@param[out] Value UINT16 value
@return TRUE The value was returned.
- @return FALSE A parsing error occured.
+ @return FALSE A parsing error occurred.
**/
STATIC
BOOLEAN
@@ -585,7 +585,7 @@ RunTftp (
@param[out] Value UINT16 value
@return TRUE The value was returned.
- @return FALSE A parsing error occured.
+ @return FALSE A parsing error occurred.
**/
STATIC
BOOLEAN
@@ -1081,7 +1081,7 @@ CheckPacket (
}
/**
- Retrive HII package list from ImageHandle and publish to HII database.
+ Retrieve HII package list from ImageHandle and publish to HII database.
@param ImageHandle The image handle of the process.
diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h b/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h
index 4cd7784368..c46a0d5b0c 100644
--- a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h
+++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h
@@ -56,7 +56,7 @@ RunTftp (
);
/**
- Retrive HII package list from ImageHandle and publish to HII database.
+ Retrieve HII package list from ImageHandle and publish to HII database.
@param ImageHandle The image handle of the process.
diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c
index 34466eda4b..0972454c28 100644
--- a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c
+++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c
@@ -25,7 +25,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (S
@param ImageHandle The image handle of the process.
@param SystemTable The EFI System Table pointer.
- @retval EFI_SUCCESS Tftp command is executed sucessfully.
+ @retval EFI_SUCCESS Tftp command is executed successfully.
@retval EFI_ABORTED HII package was failed to initialize.
@retval others Other errors when executing tftp command.
**/
diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c
index 4022e0ec78..8e5df7b2d1 100644
--- a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c
+++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c
@@ -20,7 +20,7 @@
@param[in] Shell The instance of the shell protocol used in the context
of processing this command.
- @return EFI_SUCCESS the operation was sucessful
+ @return EFI_SUCCESS the operation was successful
@return other the operation failed.
**/
SHELL_STATUS
@@ -71,7 +71,7 @@ EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL mTftpDynamicCommand = {
@param ImageHandle The image handle of the process.
@param SystemTable The EFI System Table pointer.
- @retval EFI_SUCCESS Tftp command is executed sucessfully.
+ @retval EFI_SUCCESS Tftp command is executed successfully.
@retval EFI_ABORTED HII package was failed to initialize.
@retval others Other errors when executing tftp command.
**/