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 E5014AC1129 for ; Sun, 27 Aug 2023 10:57:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=QLVQfImNvmknAo23SNdzQ+N37KNtyiE4qDQ6c6qXLYA=; 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=1693133848; v=1; b=I+zwY/1HxJ5n3axoS4Pqih0w1NeWLTRq9TgTlk+MvpOr8Z6miCya8sUHbNuFPya0OlnOG6x1 QOvWQyuN9IyJganMEEaZ/5TU9VBICZBzS9WZ7cqZ/5cczWugo9SE9dUSR1k1nGzuiqXvOTtcezh Lg99UdfmgN39OZmP7mdd+yP4= X-Received: by 127.0.0.2 with SMTP id lH8oYY7687511x63j0l2pEbQ; Sun, 27 Aug 2023 03:57:28 -0700 X-Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) by mx.groups.io with SMTP id smtpd.web11.25133.1693133847525081624 for ; Sun, 27 Aug 2023 03:57:27 -0700 X-Received: by mail-lf1-f50.google.com with SMTP id 2adb3069b0e04-4ffa6e25ebbso3949161e87.0 for ; Sun, 27 Aug 2023 03:57:27 -0700 (PDT) X-Gm-Message-State: mMAh3BgadQr4gS3boCB4aIz2x7686176AA= X-Google-Smtp-Source: AGHT+IFw022hwx8MZt6gFfGSWMyJJ64ZJrKY1rjxqihMEw2PpGdqnVmXGdRzsUSN4JyYQPOWxZSO4w== X-Received: by 2002:a19:651a:0:b0:500:a93d:fc78 with SMTP id z26-20020a19651a000000b00500a93dfc78mr1733571lfb.31.1693133845516; Sun, 27 Aug 2023 03:57:25 -0700 (PDT) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id i11-20020ac2522b000000b004fb9fe34c27sm1085825lfl.92.2023.08.27.03.57.24 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Sun, 27 Aug 2023 03:57:24 -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 5/5] RedfishClientPkg: fix misprints in Readme.md Date: Sun, 27 Aug 2023 13:56:40 +0300 Message-Id: <20230827105640.94731-6-mike.maslenkin@gmail.com> In-Reply-To: <20230827105640.94731-1-mike.maslenkin@gmail.com> References: <20230827105640.94731-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="I+zwY/1H"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io 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 (#108048): https://edk2.groups.io/g/devel/message/108048 Mute This Topic: https://groups.io/mt/100988475/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-