summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-06-13 16:27:27 +0200
committerjaseg <git@jaseg.de>2021-06-13 16:27:27 +0200
commitf88ec98239267c915542554411e90b8725de5270 (patch)
treedd7b8eed28a147ed7f706263ac09de2b3bc63ed6
parent4bb99811221d0cbbf52e6ab59a76bbe6bd8fba6c (diff)
downloadgerbonara-f88ec98239267c915542554411e90b8725de5270.tar.gz
gerbonara-f88ec98239267c915542554411e90b8725de5270.tar.bz2
gerbonara-f88ec98239267c915542554411e90b8725de5270.zip
Fix typos in doc
Fixes upstream PR #148, #184
-rw-r--r--doc/source/documentation/excellon.rst2
-rw-r--r--doc/source/documentation/rs274x.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/documentation/excellon.rst b/doc/source/documentation/excellon.rst
index 7ac3b39..e3b4e2c 100644
--- a/doc/source/documentation/excellon.rst
+++ b/doc/source/documentation/excellon.rst
@@ -11,7 +11,7 @@ information. The Excellon format is used to program CNC drilling macines for
drilling holes in PCBs. As such, excellon files are sometimes refererred to as
NC-drill files. The Excellon format reference is available
`here <http://www.excellon.com/manuals/program.htm>`_. The :mod:`excellon`
-submodule implements calsses to read and write excellon files without having
+submodule implements classes to read and write excellon files without having
to know the precise details of the format.
The :mod:`excellon` submodule's :func:`read` function serves as a
diff --git a/doc/source/documentation/rs274x.rst b/doc/source/documentation/rs274x.rst
index 00094d4..a9f9d6b 100644
--- a/doc/source/documentation/rs274x.rst
+++ b/doc/source/documentation/rs274x.rst
@@ -9,7 +9,7 @@
The RS-274X (Gerber) format is the most common format for exporting PCB
artwork. The Specification is published by Ucamco and is available
`here <http://www.ucamco.com/files/downloads/file/81/the_gerber_file_format_specification.pdf>`_.
-The :mod:`rs274x` submodule implements calsses to read and write
+The :mod:`rs274x` submodule implements classes to read and write
RS-274X files without having to know the precise details of the format.
The :mod:`rs274x` submodule's :func:`read` function serves as a