fix spelling in public headers

This commit is contained in:
Michael Davidsaver
2020-07-03 19:50:55 -07:00
parent b1b71f1520
commit 479f0f1f4d
12 changed files with 49 additions and 49 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ void testIter()
testDiag("field %s", val.nameOf(fld).c_str());
i++;
}
testEq(i, 9u)<<"# of decendent fields";
testEq(i, 9u)<<"# of descendant fields";
i=0;
for(auto fld : val.ichildren()) {
@@ -105,7 +105,7 @@ void testIter()
return testEq(i, expect);
};
testMarked(0u)<<"no decendent fields";
testMarked(0u)<<"no descendant fields";
val["alarm.status"].mark();