mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user