Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
886a8521
Commit
886a8521
authored
Apr 06, 2015
by
Mikhail Karpenko
Committed by
Maciej Suminski
Apr 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comments typos fixed.
parent
7d5ad278
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
kiway.h
include/kiway.h
+1
-1
tool_manager.h
include/tool/tool_manager.h
+1
-1
edit_pcb_text.cpp
pcbnew/edit_pcb_text.cpp
+1
-1
No files found.
include/kiway.h
View file @
886a8521
...
...
@@ -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 (automat
i
on) and testing
separately.</li>
...
...
include/tool/tool_manager.h
View file @
886a8521
...
...
@@ -52,7 +52,7 @@ public:
~
TOOL_MANAGER
();
/**
* Generates a
n
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
);
...
...
pcbnew/edit_pcb_text.cpp
View file @
886a8521
...
...
@@ -25,7 +25,7 @@
/**
* @file edit_pcb_text.cpp
* @brief Editi
m
g of text on copper and technical layers (TEXTE_PCB class)
* @brief Editi
n
g of text on copper and technical layers (TEXTE_PCB class)
*/
#include <fctsys.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment