Fix source comment/doc typos (follow-up)

Found via `codespell -q 3 -S *.po,./thirdparty -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,dout,einstance,modul,ot,overide,serie,te,,tesselate,tesselator,tht`
This commit is contained in:
luz paz
2021-07-13 10:48:17 +00:00
committed by Roberto Fernandez Bautista
parent 1151783a34
commit 0446d35f0d
36 changed files with 47 additions and 47 deletions
@@ -52,7 +52,7 @@ class testundoredo2(ActionPlugin):
def createFPCXFootprint(self,pads):
size_025_160mm = wxSizeMM(0.25,1.6)
size_150_200mm = wxSizeMM(1.50,2.0)
# create a new footprint, it's parent is our previously created pcb
# create a new footprint, its parent is our previously created pcb
footprint = FOOTPRINT(self.pcb)
footprint.SetReference("FPC"+str(pads)) # give it a reference name
footprint.Reference().SetPosition(wxPointMM(-1,-1))