We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9814904 commit acade47Copy full SHA for acade47
tree/ntuple/v7/src/RFieldMeta.cxx
@@ -413,7 +413,7 @@ void ROOT::RClassField::BeforeConnectPageSource(ROOT::Internal::RPageSource &pag
413
rules = FindRules(&fieldDesc);
414
415
// If the field's type name is not the on-disk name but we found a rule, we know it is valid to read
416
- // on-disk data because we found the rule according to the on-disk (source) type name and version/checsksum.
+ // on-disk data because we found the rule according to the on-disk (source) type name and version/checksum.
417
if ((GetTypeName() != fieldDesc.GetTypeName()) && rules.empty()) {
418
throw RException(R__FAIL("incompatible type name for field " + GetFieldName() + ": " + GetTypeName() +
419
" vs. " + fieldDesc.GetTypeName()));
0 commit comments