summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/RestJsonStructureDxe
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@bsdio.com>2024-07-30 10:00:30 -0600
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-08-01 19:53:47 +0000
commit1f6dbab8d9d3b364cf873a5a04531ee4c2cbd637 (patch)
tree0530f0f3bf2d50d37f9a3434b5d3fef64726a665 /RedfishPkg/RestJsonStructureDxe
parentecb0d1e2cb513baf03586158899349d67b3f7c8f (diff)
downloadedk2-1f6dbab8d9d3b364cf873a5a04531ee4c2cbd637.tar.gz
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>
Diffstat (limited to 'RedfishPkg/RestJsonStructureDxe')
-rw-r--r--RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.c b/RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.c
index 0da5132e5a..fba634f687 100644
--- a/RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.c
+++ b/RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.c
@@ -373,7 +373,7 @@ InterpreterInstanceDestoryJsonStruct (
Status = EFI_UNSUPPORTED;
//
- // Check if the namesapce and version is supported by this interpreter.
+ // Check if the namespace and version is supported by this interpreter.
//
ThisSupportedRsrcTypeId = InterpreterInstance->SupportedRsrcIndentifier;
for (Index = 0; Index < InterpreterInstance->NumberOfNameSpaceToConvert; Index++) {