codespell

This commit is contained in:
Michael Davidsaver
2023-11-20 17:04:33 -08:00
parent eddc687021
commit 7e6463c200
23 changed files with 62 additions and 32 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ namespace {
testdbGetFieldEqual("enum:tgt:s", DBR_STRING, "one");
// not clear how to handle this case, where a string is
// read as DBR_USHORT, which is actually as DBF_ENUM
testTodoBegin("Not yet implimented");
testTodoBegin("Not yet implemented");
testdbGetFieldEqual("enum:tgt:b", DBR_STRING, "one");
testTodoEnd();
}