From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 405F621AEB0B5 for ; Tue, 25 Jul 2017 23:55:25 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 25 Jul 2017 23:57:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,414,1496127600"; d="scan'208";a="115757129" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 25 Jul 2017 23:57:27 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Jul 2017 23:57:26 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Jul 2017 23:57:26 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.94]) with mapi id 14.03.0319.002; Wed, 26 Jul 2017 14:57:22 +0800 From: "Ye, Ting" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Fu, Siyuan" Thread-Topic: [Patch 0/3] Fix spelling typo in EFI_HTTP_STATUS_CODE Thread-Index: AQHTBUe92bW1TFKmNEGX7DF1VAjVT6JlrkSw Date: Wed, 26 Jul 2017 06:57:23 +0000 Message-ID: References: <1500988351-1572-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1500988351-1572-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/3] Fix spelling typo in EFI_HTTP_STATUS_CODE X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 06:55:25 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Ye Ting -----Original Message----- From: Wu, Jiaxin=20 Sent: Tuesday, July 25, 2017 9:12 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Wu, Jia= xin Subject: [Patch 0/3] Fix spelling typo in EFI_HTTP_STATUS_CODE "HTTP_STATUS_300_MULTIPLE_CHIOCES" This should instead be: "HTTP_STATUS_300_MULTIPLE_CHOICES" Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Jiaxin Wu (3): MdePkg/Http.h: Fix spelling typo in EFI_HTTP_STATUS_CODE MdeModulePkg/DxeHttpLib: Fix spelling typo in EFI_HTTP_STATUS_CODE NetworkPkg/HttpBootDxe: Fix spelling typo in EFI_HTTP_STATUS_CODE MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 2 +- MdePkg/Include/Protocol/Http.h | 2 +- NetworkPkg/HttpBootDxe/HttpBootSupport.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --=20 1.9.5.msysgit.1