Fix typos in pcbnew sub-directory

Found via `codespell -q 3 -S *.po,./thirdparty,./Documentation/changelogs -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,ba,busses,dout,einstance,leaded,modul,ontext,ot,overide,serie,te,,tesselate,tesselator,tht`
This commit is contained in:
luz paz
2022-06-30 09:39:45 -04:00
parent 1598ce762b
commit af6ba1a16e
35 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ private:
///< Reload Python plugins and reset toolbar (if in pcbnew)
int reloadPlugins( const TOOL_EVENT& aEvent );
///< Call LoadPlugins method of the scripting module with apropriate paths
///< Call LoadPlugins method of the scripting module with appropriate paths
///< Must be called under PyLOCK
static void callLoadPlugins();