diff --git a/src/App/DocumentObject.cpp b/src/App/DocumentObject.cpp index 70a1e63a58..f6c09bc764 100644 --- a/src/App/DocumentObject.cpp +++ b/src/App/DocumentObject.cpp @@ -101,7 +101,7 @@ App::DocumentObjectExecReturn *DocumentObject::recompute(void) if(!GeoFeatureGroupExtension::areLinksValid(this)) { #if 1 // Get objects that have invalid link scope, and print their names. - // Truncate the invalid object list name strings for readibility, if they happen to be very long. + // Truncate the invalid object list name strings for readability, if they happen to be very long. std::vector invalid_linkobjs; std::string objnames = "", scopenames = ""; GeoFeatureGroupExtension::getInvalidLinkObjects(this, invalid_linkobjs);