Index: ../trunk-jpl/src/m/classes/autodiff.m =================================================================== --- ../trunk-jpl/src/m/classes/autodiff.m (revision 20978) +++ ../trunk-jpl/src/m/classes/autodiff.m (revision 20979) @@ -113,7 +113,7 @@ end WriteData(fid,prefix,'data',names,'name','md.autodiff.dependent_object_names','format','StringArray'); WriteData(fid,prefix,'data',types,'name','md.autodiff.dependent_object_types','format','IntMat','mattype',3); - WriteData(fid,prefix,'data',indices,'name','md.autodiff.dependent_object_indicies','format','IntMat','mattype',3); + WriteData(fid,prefix,'data',indices,'name','md.autodiff.dependent_object_indices','format','IntMat','mattype',3); end %}}} %process independent variables {{{