From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 4FF4C21C9125F for ; Tue, 25 Jul 2017 06:10:59 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 06:12:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,411,1496127600"; d="scan'208";a="129237370" Received: from jiaxinwu-mobl2.ccr.corp.intel.com ([10.255.27.40]) by orsmga005.jf.intel.com with ESMTP; 25 Jul 2017 06:12:34 -0700 From: Jiaxin Wu To: edk2-devel@lists.01.org Cc: Ye Ting , Fu Siyuan , Wu Jiaxin Date: Tue, 25 Jul 2017 21:12:28 +0800 Message-Id: <1500988351-1572-1-git-send-email-jiaxin.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [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: Tue, 25 Jul 2017 13:10:59 -0000 "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(-) -- 1.9.5.msysgit.1