diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2024-07-30 10:00:09 -0600 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-01 19:53:47 +0000 |
commit | ecb0d1e2cb513baf03586158899349d67b3f7c8f (patch) | |
tree | 0d49ee32ebade2258de0b47d4387928b61859863 /MdePkg/Test | |
parent | 394cbc4ab28f825cdcdc25f4e9f0b8523ebf187c (diff) | |
download | edk2-ecb0d1e2cb513baf03586158899349d67b3f7c8f.tar.gz |
MdePkg: 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 MdePkg.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Diffstat (limited to 'MdePkg/Test')
-rw-r--r-- | MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c b/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c index 9f2d2bd9e6..80d2c9cd4e 100644 --- a/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c +++ b/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c @@ -390,7 +390,7 @@ SafeStringContraintCheckTest ( }
/**
- Initialze the unit test framework, suite, and unit tests for the
+ Initialize the unit test framework, suite, and unit tests for the
Base64 conversion APIs of BaseLib and run the unit tests.
@retval EFI_SUCCESS All test cases were dispatched.
|