spell check

This commit is contained in:
Michael Davidsaver
2021-08-13 13:58:42 -07:00
parent 98edf61de8
commit c503eece31
25 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ void from_wire(Buffer& buf, std::vector<FieldDesc>& descs, TypeStore& cache, uns
name+='.';
if(code.code==TypeCode::Struct && code==cfld.code) {
// copy descendant indicies for sub-struct
// copy descendant indices for sub-struct
for(auto& pair : cfld.mlookup) {
fld.mlookup[name+pair.first] = cindex - cref + pair.second;
}