Commit 886a8521 authored by Mikhail Karpenko's avatar Mikhail Karpenko Committed by Maciej Suminski

Comments typos fixed.

parent 7d5ad278
...@@ -56,7 +56,7 @@ CMake target must be defined to build either. Whether that is a separate build ...@@ -56,7 +56,7 @@ CMake target must be defined to build either. Whether that is a separate build
or not is not the important thing. Simply having a single CMake target has or not is not the important thing. Simply having a single CMake target has
advantages. (Each builder person will have his/her own intentions relative to advantages. (Each builder person will have his/her own intentions relative to
use of python or not.) Once a DSO is python capable, it can be driven by any use of python or not.) Once a DSO is python capable, it can be driven by any
number of python program tops, including demo-ing (automaton) and testing number of python program tops, including demo-ing (automation) and testing
separately.</li> separately.</li>
......
...@@ -52,7 +52,7 @@ public: ...@@ -52,7 +52,7 @@ public:
~TOOL_MANAGER(); ~TOOL_MANAGER();
/** /**
* Generates an unique ID from for a tool with given name. * Generates a unique ID from for a tool with given name.
*/ */
static TOOL_ID MakeToolId( const std::string& aToolName ); static TOOL_ID MakeToolId( const std::string& aToolName );
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
/** /**
* @file edit_pcb_text.cpp * @file edit_pcb_text.cpp
* @brief Editimg of text on copper and technical layers (TEXTE_PCB class) * @brief Editing of text on copper and technical layers (TEXTE_PCB class)
*/ */
#include <fctsys.h> #include <fctsys.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment