Page MenuHome

cleanup: fix typos in comments and docs
ClosedPublic

Authored by luzpaz (luzpaz) on Feb 2 2021, 6:14 PM.

Details

Summary

Found via codespell -q 3 -S ./intern,./extern -L ans,ba,bording,eiter,fiter,hist,inout,lod,ot,parm,parms,pres,te

Diff Detail

Repository
rB Blender

Event Timeline

luzpaz (luzpaz) requested review of this revision.Feb 2 2021, 6:14 PM
luzpaz (luzpaz) created this revision.

Seems fine, mostly just checked no actual code was changed, a few functions with strings were changes but not in any way that broke anything.

This revision is now accepted and ready to land.Feb 4 2021, 6:38 AM

Wow! Yes, I can do this but might take me a while to get through.

Should I rebase? Also I have a separate patch just for source (API) changes. Didn't think it was prudent to add in to this one as it would delay it. Shall I submit a separate patch now?

@luzpaz (luzpaz) > Should I rebase?

Sure, if it isn't a lot of work.

Also I have a separate patch just for source (API) changes. Didn't think it was prudent to add in to this one as it would delay it. Shall I submit a separate patch now?

Yes, sounds great!

This revision was automatically updated to reflect the committed changes.