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

Comments typos fixed.

parent 7d5ad278
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
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
number of python program tops, including demo-ing (automaton) and testing
number of python program tops, including demo-ing (automation) and testing
separately.</li>


+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public:
    ~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 );

+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

/**
 * @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>