From: "Abner Chang" <abner.chang@hpe.com>
To: devel@edk2.groups.io
Cc: Michael D Kinney <michael.d.kinney@intel.com>,
Liming Gao <gaoliming@byosoft.com.cn>,
Zhiguang Liu <zhiguang.liu@intel.com>,
Jiaxin Wu <jiaxin.wu@intel.com>, Siyuan Fu <siyuan.fu@intel.com>,
Wang Fan <fan.wang@intel.com>,
Maciej Rabeda <maciej.rabeda@linux.intel.com>,
Nickle Wang <nickle.wang@hpe.com>
Subject: [PATCH] MdePkg/Include: Fix wrong spelling in http11.h
Date: Mon, 26 Oct 2020 13:51:58 +0800 [thread overview]
Message-ID: <20201026055158.31643-1-abner.chang@hpe.com> (raw)
BZ #3019, https://bugzilla.tianocore.org/show_bug.cgi?id=3019
Fix wrong spelling of CHUNK_TRNASFER_* in HTTP11.h.
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Wang Fan <fan.wang@intel.com>
Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
---
MdePkg/Include/IndustryStandard/Http11.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/MdePkg/Include/IndustryStandard/Http11.h b/MdePkg/Include/IndustryStandard/Http11.h
index 890bb6913b..220fba0bc4 100644
--- a/MdePkg/Include/IndustryStandard/Http11.h
+++ b/MdePkg/Include/IndustryStandard/Http11.h
@@ -147,10 +147,10 @@
///
#define HTTP_HEADER_TRANSFER_ENCODING "Transfer-Encoding"
#define HTTP_HEADER_TRANSFER_ENCODING_CHUNKED "chunked"
-#define CHUNKED_TRNASFER_CODING_CR '\r'
-#define CHUNKED_TRNASFER_CODING_LF '\n'
-#define CHUNKED_TRNASFER_CODING_LAST_CHUNK '0'
-#define CHUNKED_TRNASFER_CODING_EXTENSION_SAPERATOR ';'
+#define CHUNKED_TRANSFER_CODING_CR '\r'
+#define CHUNKED_TRANSFER_CODING_LF '\n'
+#define CHUNKED_TRANSFER_CODING_LAST_CHUNK '0'
+#define CHUNKED_TRANSFER_CODING_EXTENSION_SEPARATOR ';'
///
/// User Agent Request Header
--
2.17.1
next reply other threads:[~2020-10-26 6:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-26 5:51 Abner Chang [this message]
2020-10-27 6:34 ` 回复: [edk2-devel] [PATCH] MdePkg/Include: Fix wrong spelling in http11.h gaoliming
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201026055158.31643-1-abner.chang@hpe.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox