]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c
ShellPkg/DynamicCommand: Fix various typos
[mirror_edk2.git] / ShellPkg / DynamicCommand / TftpDynamicCommand / Tftp.c
index f28da9af723c1c6d0e20451e6f9f6d17a3a274c4..4e296c495b2ddd068bbe6aa102b69d1151dd89a9 100644 (file)
@@ -15,7 +15,7 @@ EFI_HII_HANDLE   mTftpHiiHandle;
 \r
 /*\r
    Constant strings and definitions related to the message indicating the amount of\r
-   progress in the dowloading of a TFTP file.\r
+   progress in the downloading of a TFTP file.\r
 */\r
 \r
 // Frame for the progression slider\r
@@ -48,7 +48,7 @@ CONST CHAR16         *mLocalFilePath;
   @param[out] Value     UINT16 value\r
 \r
   @return     TRUE      The value was returned.\r
-  @return     FALSE     A parsing error occured.\r
+  @return     FALSE     A parsing error occurred.\r
 **/\r
 STATIC\r
 BOOLEAN\r
@@ -585,7 +585,7 @@ RunTftp (
   @param[out] Value     UINT16 value\r
 \r
   @return     TRUE      The value was returned.\r
-  @return     FALSE     A parsing error occured.\r
+  @return     FALSE     A parsing error occurred.\r
 **/\r
 STATIC\r
 BOOLEAN\r
@@ -1081,7 +1081,7 @@ CheckPacket (
 }\r
 \r
 /**\r
-  Retrive HII package list from ImageHandle and publish to HII database.\r
+  Retrieve HII package list from ImageHandle and publish to HII database.\r
 \r
   @param ImageHandle            The image handle of the process.\r
 \r