refactor: Fix typos, enable cspell pre-commit (#5719)

This change fixes the last of the spelling issues, and enables the pre-commit (and CI) check for spelling. There are no functionality changes, but it does rename some enum values.
This commit is contained in:
Mayukha Vadari
2026-01-08 10:34:49 -05:00
committed by GitHub
parent 510c0d82e9
commit 53aa5ca903
21 changed files with 136 additions and 130 deletions

View File

@@ -436,12 +436,12 @@ public:
// 895B
doTest(
buildValidatorList(),
protocol::mtVALIDATORLIST,
protocol::mtVALIDATOR_LIST,
4,
"TMValidatorList");
doTest(
buildValidatorListCollection(),
protocol::mtVALIDATORLISTCOLLECTION,
protocol::mtVALIDATOR_LIST_COLLECTION,
4,
"TMValidatorListCollection");
}