]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c
NetworkPkg/Library: Fix various typos
[mirror_edk2.git] / NetworkPkg / Library / DxeHttpLib / DxeHttpLib.c
index 8b74554cd96157b2cb788b1c32f9c50a6664ef9f..180d9321025af56f1ecf16f1820779b7495171dd 100644 (file)
@@ -1677,7 +1677,7 @@ HttpGetFieldNameAndValue (
 /**\r
   Free existing HeaderFields.\r
 \r
-  @param[in]  HeaderFields       Pointer to array of key/value header pairs waitting for free.\r
+  @param[in]  HeaderFields       Pointer to array of key/value header pairs waiting for free.\r
   @param[in]  FieldCount         The number of header pairs in HeaderFields.\r
 \r
 **/\r
@@ -1717,7 +1717,7 @@ HttpFreeHeaderFields (
                                   the HTTP request message.\r
   @param[in]   Url                The URL of a remote host.\r
   @param[out]  RequestMsg         Pointer to the created HTTP request message.\r
-                                  NULL if any error occured.\r
+                                  NULL if any error occurred.\r
   @param[out]  RequestMsgSize     Size of the RequestMsg (in bytes).\r
 \r
   @retval EFI_SUCCESS             If HTTP request string was created successfully.\r