From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 0105DD8101A for ; Tue, 29 Aug 2023 08:01:27 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=UDpjUphigNYE6zf2NpgMg0V69bfeoUo5spWvXitFfGo=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1693296086; v=1; b=YNAcRSoRm63ie4f4EPVH77MXUihJOQJ56PsYisKk52iK9Tly38GdndQIvLgF+KTtrGHy4Bjg BzcHAQs6qrYiH62Zd1GNXE0KOqvP28TSCEUwVZn9TSd1YE/jG0xsk03cpRs+OjeUiNIPIe6IfSn Awjht6jyGCGI5mtfCUaUw1dQ= X-Received: by 127.0.0.2 with SMTP id 4QqXYY7687511xkKe2b9vsNY; Tue, 29 Aug 2023 01:01:26 -0700 X-Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) by mx.groups.io with SMTP id smtpd.web11.12656.1693296085004114113 for ; Tue, 29 Aug 2023 01:01:25 -0700 X-Received: by mail-lj1-f178.google.com with SMTP id 38308e7fff4ca-2b974031aeaso62212941fa.0 for ; Tue, 29 Aug 2023 01:01:24 -0700 (PDT) X-Gm-Message-State: rcPg2BCB2fcQhqSRCxJbqc81x7686176AA= X-Google-Smtp-Source: AGHT+IHfpTKMf/e1PD5w1bZlbHmww57wxswx8kw9+dWNlxaQTKvhhnceEZmuQfYmeBOu0sD2CDFCKg== X-Received: by 2002:a2e:6a11:0:b0:2bc:d097:2b72 with SMTP id f17-20020a2e6a11000000b002bcd0972b72mr15197117ljc.48.1693296083095; Tue, 29 Aug 2023 01:01:23 -0700 (PDT) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id h10-20020a2e900a000000b002ba130e9a29sm2077325ljg.76.2023.08.29.01.01.21 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Tue, 29 Aug 2023 01:01:22 -0700 (PDT) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [PATCH v2 5/6] RedfishClientPkg: fix misprints in Readme.md Date: Tue, 29 Aug 2023 11:01:11 +0300 Message-Id: <20230829080112.12748-6-mike.maslenkin@gmail.com> In-Reply-To: <20230829080112.12748-1-mike.maslenkin@gmail.com> References: <20230829080112.12748-1-mike.maslenkin@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mike.maslenkin@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=YNAcRSoR; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) Signed-off-by: Mike Maslenkin --- RedfishClientPkg/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RedfishClientPkg/Readme.md b/RedfishClientPkg/Readme.md index 18a27633cf45..0aec0580aa5c 100644 --- a/RedfishClientPkg/Readme.md +++ b/RedfishClientPkg/Readme.md @@ -40,7 +40,7 @@ Below are the block diagrams of UEFI Redfish Client EDK2 = Implementation. ![UEFI Redfish Client Implementation](https://github.com/changab/edk2-stag= ing/blob/edk2-redfish-client/RedfishClientPkg/Documents/Media/RedfishClient= DriverStack.svg?raw=3Dtrue)=0D =0D ## EFI EDK2 Redfish Client Framework=0D -The functionality of each block in the diagrams are described in belwo sec= tions,=0D +The functionality of each block in the diagrams are described in below sec= tions,=0D =0D ### EDK2 Redfish Foundation ***[[1]](#[0])***=0D EDK2 Redfish Redfish Foundation provides the facilities of communicating w= ith=0D @@ -68,7 +68,7 @@ project. =0D ### EDK2 Redfish JSON Schema to C Structure Convertor ***[[3]](#[0])***=0D This is the script auto-generated EDK2 drivers and libraries that provide = the=0D -Redfish schema naming based JSON to C structure and vise versa converters.= C=0D +Redfish schema naming based JSON to C structure and vice versa converters.= C=0D structure is another representation of Redfish properties other than JSON = and=0D CSDL(XML). The higher layer Redfish client application can deal with C str= ucture=0D instead of using JSON library to manipulate Redfish properties. The script= =0D @@ -85,7 +85,7 @@ sits between **JSON Schema to C Structure converters** an= d **EFI Platform Configuration to Redfish Protocol**. The Redfish feature driver gets and s= ets=0D the platform configuration and incorporates it with Redfish JSON schema C= =0D structure to manipulate Redfish JSON resources. Then applies the settings = from=0D -Redfish service to platform configurations, or vise versa to update platfo= rm=0D +Redfish service to platform configurations, or vice versa to update platfo= rm=0D configurations to Redfish service. Both EDK2 Redfish Non-Collection and=0D Collection Feature drivers are script auto-generated base on Redfish schem= a=0D naming. The EDK2 Redfish Non-Collection feature driver manages the resourc= e of=0D --=20 2.32.0 (Apple Git-132) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108083): https://edk2.groups.io/g/devel/message/108083 Mute This Topic: https://groups.io/mt/101027007/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-