Fix some spells
This commit is contained in:
@ -8,11 +8,11 @@ is enabled in daily builds of KiCad.
|
||||
See https://forum.kicad.info/t/howto-register-a-python-plugin-inside-pcbnew-tools-menu/5540
|
||||
|
||||
|
||||
## ViaStiching
|
||||
## ViaStitching
|
||||
|
||||
A pure python via stiching.
|
||||
A pure python via stitching.
|
||||
|
||||
After select "Via Stiching" in Tools menu, choose your options in the
|
||||
After select "Via Stitching" in Tools menu, choose your options in the
|
||||
interface.
|
||||
|
||||

|
||||
|
@ -25,7 +25,7 @@ import FillAreaDialog
|
||||
|
||||
class FillAreaAction(pcbnew.ActionPlugin):
|
||||
def defaults(self):
|
||||
self.name = "Via stiching WX"
|
||||
self.name = "Via stitching WX"
|
||||
self.category = "Undefined"
|
||||
self.description = ""
|
||||
|
Reference in New Issue
Block a user