From 787963a8d0dbdc00ef2eb4588cd9a9a3a1da6fb2 Mon Sep 17 00:00:00 2001 From: luz paz Date: Wed, 19 Jan 2022 15:25:34 -0500 Subject: [PATCH] App: fix source comment typo Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,anormal,apoints,ba,beginn,behaviour,bloaded,bottome,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childrens,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,inout,ist,itsel,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oce,oder,ontop,orgin,orginx,orginy,ot,pard,parm,parms,pres,programm,que,rady,recurrance,ro,rougly,seperator,serie,sinc,strack,substraction,te,technic,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml,./build/doc/SourceDocu` --- src/App/DocumentObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);