Skip to content

Commit 47da39c

Browse files
authored
Merge pull request #2550 from luzpaz/typos-docs
Fix various typos in docs/ subdirectory
2 parents 71b6568 + ba0e7f6 commit 47da39c

File tree

16 files changed

+27
-27
lines changed

16 files changed

+27
-27
lines changed

docs/src/code/writing-tests.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ _test.hal_ below the directories specified on the command line, or under
3535
represent three different ways to run the tests.
3636

3737
The _runtests_ script accepts the following arguments, see the output
38-
from `scripts/runtests -h` for the authorative list:
38+
from `scripts/runtests -h` for the authoritative list:
3939
----
4040
-n do not remove temporary files for successful tests.
4141
-s stop after any failed test.
@@ -78,7 +78,7 @@ test.hal::
7878
expected file, the test succeeds.
7979

8080
checkresult::
81-
An excutable file to perform more complex validation than just comparing
81+
An executable file to perform more complex validation than just comparing
8282
the output of a test script. It gets the filename of the test program as
8383
its command line argument. The exit code of this program controls the result
8484
of the test. If both `expected` and `checkresult` exist, only `checkresult`

docs/src/config/iov2.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Additional pins added by I/O Control V2
122122
Usage: UI informational. Valid during emc-abort TRUE.
123123

124124
* start-change: (Bit, Out) asserted at the very beginning of an M6 operation,
125-
before any spindle-off, quill-up, or move-to-toolchange-position oeprations
125+
before any spindle-off, quill-up, or move-to-toolchange-position operations
126126
are executed.
127127

128128
* start-change-ack: (Bit, In) acknowledgment line for start-change.

docs/src/config/moveoff.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Applied offsets are 'automatically returned' to zero (respecting limits)
3535
when either of the enabling inputs is deactivated. The zero value
3636
tolerance is specified by the epsilon input pin value.
3737

38-
Waypoints are recorded when the moveoff componenent is enabled. Waypoints are
38+
Waypoints are recorded when the moveoff component is enabled. Waypoints are
3939
managed with the waypoint-sample-secs and waypoint-threshold pins. When the
4040
backtrack-enable pin is TRUE, the auto-return path follows the recorded
4141
waypoints. When the memory available for waypoints is exhausted, offsets are

docs/src/drivers/mesa_modbus.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ some realtime implementations of LinuxCNC realtime require that modules
7676
be kernel modules, and kernel modules have no access to files, the
7777
mesa_modbus framework compiles-in the modbus register structure and
7878
HAL pins into an immutable, loadable, module. If you need to change
79-
the register assigments or add/remove pins/registers then the module
79+
the register assignments or add/remove pins/registers then the module
8080
must be recompiled.
8181

8282
Load and activate the module with HAL commands such as
@@ -334,7 +334,7 @@ reversed.
334334
=== Ad-hoc Modbus device access ===
335335

336336
For experimentation and one-off configuration it is possible to send /
337-
recieve data through the FPGA serial port using the mesaflash utility
337+
receive data through the FPGA serial port using the mesaflash utility
338338
in a script. A sample script follows.
339339

340340
[source,bash]

docs/src/getting-started/getting-linuxcnc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This section describes how to install LinuxCNC version 2.9 on a PC already running Debian Bookworm (Debian 12). Linuxcnc requires the PREEMPT_RT real time kernel to ensure the strict timing required for CNC operations are met. We will also cover how to install Debian Bookworm optimised for Linuxcnc on the x86/AMD64 and ARM64 platforms for first time users. We will also cover some troubleshooting steps and common problems you may experience.
88

9-
NOTE: The PREEMPT_RT kernel is a dependency of LinuxCNC so on most computer platforms, eg AMD64/x86, it will be installed with LinuxCNC. On some platforms such as the Raspberry Pi, it needs to be installed seperately. Some environments (eg. Armbian) may suport installation of Debian Bookworm but require special procedures to install PREEMPT_RT which are beyond the scope of this document.
9+
NOTE: The PREEMPT_RT kernel is a dependency of LinuxCNC so on most computer platforms, eg AMD64/x86, it will be installed with LinuxCNC. On some platforms such as the Raspberry Pi, it needs to be installed separately. Some environments (eg. Armbian) may support installation of Debian Bookworm but require special procedures to install PREEMPT_RT which are beyond the scope of this document.
1010

1111
There are other versions of LinuxCNC which work with Xenomai and RTAI kernels. See the table at the end of this document for details.
1212

@@ -44,7 +44,7 @@ uname -v
4444
----
4545
PREEMPT_RT should be displayed in the results.
4646

47-
Thats it! You are done! You will find LinuxCNC under the CNC menu.
47+
That's it! You are done! You will find LinuxCNC under the CNC menu.
4848

4949

5050
[[sec:bookworm_x86]]
@@ -98,7 +98,7 @@ Add your user to the sudo group. Type:
9898
----
9999
usermod -aG sudo pi
100100
----
101-
To update your system, and istall the real time kernel, type the following lines:
101+
To update your system, and install the real time kernel, type the following lines:
102102

103103
----
104104
apt update

docs/src/gui/gladevcp.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ The `HAL_Offset` widget is used to display the offset of a single axis.
14891489
`HAL_Offset` has the following properties:
14901490

14911491
display_units_mm::
1492-
Disply in metric units.
1492+
Display in metric units.
14931493
joint_n_umber::
14941494
Used to select which axis (technically which joint) is displayed. +
14951495
On a trivialkins machine (mill, lathe, router) axis vs. joint number are:
@@ -1551,11 +1551,11 @@ font_weight::
15511551
Specify the weight of the font. Select from lighter, normal, bold, or bolder.
15521552
Default is bold
15531553
unhomed_color::
1554-
The text color when unhomed pecified as a Gdk.RGBA color.
1554+
The text color when unhomed specified as a Gdk.RGBA color.
15551555
Default is red,
15561556
Gdk.RGBA(red=1.000000, green=0.000000, blue=0.000000, alpha=1.000000)
15571557
homed_color::
1558-
The text color when homed pecified as a Gdk.RGBA color.
1558+
The text color when homed specified as a Gdk.RGBA color.
15591559
Default is green,
15601560
Gdk.RGBA(red=0.000000, green=0.501961, blue=0.000000, alpha=1.000000)
15611561
Hints::

docs/src/gui/gmoccapy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ The widget names can the looked up in the /usr/share/gmoccapy.glade file
464464
=== User CSS File
465465

466466
Similar to the User command file it's possible to influence the appearance by cascading style sheets (CSS).
467-
If a file `~/.gmoccapy_css` exists, its contents are loaded into the stylesheet provider and are so beeing applied to the GUI.
467+
If a file `~/.gmoccapy_css` exists, its contents are loaded into the stylesheet provider and are so being applied to the GUI.
468468

469469
A configuration-specific CSS file may be specified with an INI file setting
470470
[source,{ini}]

docs/src/gui/qtdragon.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ These optional HAL files will be called after QtDragon has loaded everything els
372372
You can add multiple line for multiple file. Each one will be called in the order they appear. +
373373
Calling HAL files after QtDragon is already loaded assures that QtDragon's HAL pins are available.
374374

375-
.Sample with typical entries for the specificion of HAL files to be read after the QtDragon was startd. Adjust these lines to match actual requirements.
375+
.Sample with typical entries for the specificion of HAL files to be read after the QtDragon was started. Adjust these lines to match actual requirements.
376376
[source,{ini}]
377377
----
378378
[HAL]

docs/src/gui/qtvcp-widgets.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,9 +1879,9 @@ To use `MDITouchy`:
18791879
On the left will show the entry fields that can be filled out.
18801880
* Then press `Next` and `Back` to navigate between fields.
18811881
* `Calc` will pop up a calculator dialog.
1882-
* `Clear` clears the ecurrent entry.
1882+
* `Clear` clears the current entry.
18831883
* `Set Tool` will call for a tool change.
1884-
* `Set Origin` will allow setting the origin of the current G6x systen.
1884+
* `Set Origin` will allow setting the origin of the current G6x system.
18851885
* `Macro` will call any available macro ngc programs.
18861886

18871887
The widget _requires an explicit call to MDITouchy Python code_ to _actually run the MDI command_:

docs/src/gui/qtvcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ qtvcp copy_dialog
348348

349349
* Select the screen and destination folder in the dialog
350350
* If you wish to *name your screen* differently than the builtin screen's default name, change the _basename_ in the edit box.
351-
* There should be a folder in the config folder; for screens: named '<CONFIG FOLDER>/qtvcp/screens/' for panels: named '<CONFIG FOLDER>/qtvcp/panels/' add the folders if ther are missing and copy your folder/files in it.
351+
* There should be a folder in the config folder; for screens: named '<CONFIG FOLDER>/qtvcp/screens/' for panels: named '<CONFIG FOLDER>/qtvcp/panels/' add the folders if they are missing and copy your folder/files in it.
352352
* Validate to copy all the files
353353
* Delete the files you don't wish to modify so that the original files will be used.
354354

0 commit comments

Comments
 (0)