RedfishPkg: Fix some spelling mistakes found by cspell

When cspell is installed (via `npm install cspell`), CI checks for
spelling mistakes. There are currently a very large number of them: some
are genuine mistakes while others are words or acryonyms that cspell
doesn't know.

Fix a few of the misspellings in RedfishPkg.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
This commit is contained in:
Rebecca Cran
2024-07-30 10:00:30 -06:00
committed by mergify[bot]
parent ecb0d1e2cb
commit 1f6dbab8d9
3 changed files with 6 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ RedfishCheckHttpReceiveStatus (
if the write to URL is permitted by Redfish service. This function
checks if the HTTP request has Content-length in HTTP header. If yes,
set HTTP body to NULL and then send to service. Check the HTTP status
for the firther actions.
for the further actions.
@param[in] This Pointer to EFI_REST_EX_PROTOCOL instance for a particular
REST service.