Skip to content

Commit 727d345

Browse files
authored
Fixed spelling issues in documentation (#3136)
1 parent 5780b75 commit 727d345

81 files changed

Lines changed: 257 additions & 257 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/source/addons/IR.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Access structure IRAddon via ``ADDONS:IR``.
220220
===================================== ==================================== =============
221221
:attr:`NAME` :ref:`string <string>` Name of the Servo
222222
:attr:`UID` :ref:`scalar <scalar>` (int) Unique ID of the servo part (part.flightID).
223-
:attr:`HIGHLIGHT` :ref:`Boolean <boolean>` (set-only) Set Hightlight status of the part.
223+
:attr:`HIGHLIGHT` :ref:`Boolean <boolean>` (set-only) Set Highlight status of the part.
224224
:attr:`POSITION` :ref:`scalar <scalar>` (readonly) Current position of the servo.
225225
:attr:`MINCFGPOSITION` :ref:`scalar <scalar>` (readonly) Minimum position for servo as defined by part creator in part.cfg
226226
:attr:`MAXCFGPOSITION` :ref:`scalar <scalar>` (readonly) Maximum position for servo as defined by part creator in part.cfg
@@ -264,7 +264,7 @@ Access structure IRAddon via ``ADDONS:IR``.
264264
:type: :ref:`Boolean <boolean>`
265265
:access: Set
266266

267-
Set Hightlight status of the part.
267+
Set Highlight status of the part.
268268

269269
.. attribute:: IRServo:POSITION
270270

@@ -412,7 +412,7 @@ Access structure IRAddon via ``ADDONS:IR``.
412412

413413
Example code::
414414

415-
print "IR Iavailable: " + ADDONS:IR:AVAILABLE.
415+
print "IR available: " + ADDONS:IR:AVAILABLE.
416416

417417
Print "Groups:".
418418

doc/source/addons/KAC.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Kerbal Alarm Clock
88
- Forum thread, including full instructions: http://forum.kerbalspaceprogram.com/threads/24786
99

1010
You can find out if Kerbal Alarm Clock addon is available in the
11-
current game installation by usng the boolean expression
11+
current game installation by using the boolean expression
1212
``addons:available("KAC")``.
1313

1414
Note that due to changes in Kerbal Alarm Clock, kOS can no longer support
@@ -206,7 +206,7 @@ Available Functions
206206
.. function:: LISTALARMS(alarmType)
207207

208208
If `alarmType` equals "All", returns :struct:`List` of *all* :struct:`KACAlarm` objects attached to current vessel or have no vessel attached.
209-
Otherwise returns :struct:`List` of all :struct:`KACAlarm` objects with `KACAlarm:TYPE` equeal to `alarmType` and attached to current vessel or have no vessel attached.::
209+
Otherwise returns :struct:`List` of all :struct:`KACAlarm` objects with `KACAlarm:TYPE` equal to `alarmType` and attached to current vessel or have no vessel attached.::
210210

211211
set al to listAlarms("All").
212212
for i in al

doc/source/addons/RemoteTech.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RemoteTech is a modification for Squad's "Kerbal Space Program" (KSP) which over
1010
- Documentation: http://remotetechnologiesgroup.github.io/RemoteTech/
1111

1212
You can find out if the RemoteTech addon is available in the
13-
current game installation by usng the boolean expression::
13+
current game installation by using the boolean expression::
1414

1515
addons:available("RT")
1616

@@ -44,7 +44,7 @@ Interaction with kOS
4444
.. note::
4545

4646
.. versionadded:: v1.0.2
47-
kOS now supports access to connection informaion from a unified location.
47+
kOS now supports access to connection information from a unified location.
4848
See :ref:`Connectivity Managers <connectivityManagers>` for more
4949
information. All of the previous implementation as detailed on this page
5050
remains supported.

doc/source/addons/Trajectories.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Access structure TRAddon via ``ADDONS:TR``.
9898
:type: :struct:`String`
9999
:access: Get
100100

101-
**Only gives the correct answer for Trajectries version >= 2.2.0**
101+
**Only gives the correct answer for Trajectories version >= 2.2.0**
102102

103103
*For earlier versions, it gives a hardcoded fixed answer, as follows:*
104104

@@ -120,7 +120,7 @@ Access structure TRAddon via ``ADDONS:TR``.
120120
:type: :struct:`Scalar`
121121
:access: Get
122122

123-
**Only gives the correct answer for Trajectries version >= 2.0.0**
123+
**Only gives the correct answer for Trajectories version >= 2.0.0**
124124

125125
*For earlier versions, it gives a hardcoded fixed answer, as follows:*
126126

@@ -139,7 +139,7 @@ Access structure TRAddon via ``ADDONS:TR``.
139139
:type: :struct:`Scalar`
140140
:access: Get
141141

142-
**Only gives the correct answer for Trajectries version >= 2.2.0**
142+
**Only gives the correct answer for Trajectories version >= 2.2.0**
143143

144144
*For earlier versions, it gives a hardcoded fixed answer, as follows:*
145145

@@ -158,7 +158,7 @@ Access structure TRAddon via ``ADDONS:TR``.
158158
:type: :struct:`Scalar`
159159
:access: Get
160160

161-
**Only gives the correct answer for Trajectries version >= 2.2.0**
161+
**Only gives the correct answer for Trajectories version >= 2.2.0**
162162

163163
*For earlier versions, it gives a hardcoded fixed answer, as follows:*
164164

doc/source/bindings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ calculating a complex formula, or more milliseconds activating
475475
actions on a PartModule, and so on, then this feature may
476476
help. The ProfileResult() was meant mainly for kOS developers
477477
trying to internally determine which parts of the system could
478-
use the most optomizing. However, as long as it was implemented
478+
use the most optimizing. However, as long as it was implemented
479479
for that purpose, it may as well be made available to all
480480
the users of kOS as well.
481481

doc/source/changes.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Can Set the RCS Deadband
103103

104104
Addition on :attr:`RCS:DEADBAND`
105105

106-
SteeringManager Epislon
106+
SteeringManager Epsilon
107107
:::::::::::::::::::::::
108108

109109
Addition of :attr:`SteeringManager:TORQUEEPSILONMIN` and
@@ -169,13 +169,13 @@ CreateOrbit from position and velocity
169169

170170
A new variant of CreateOrbit - :func:`CREATEORBIT(pos, vel, body, ut)`,
171171
that lets you make an orbit out of state vectors instead of
172-
Kepplerian values.
172+
Keplerian values.
173173

174174
Ranges take fractional numbers
175175
::::::::::::::::::::::::::::::
176176

177177
:ref:`Ranges <range>` now accept fractional values for start, stop
178-
and step. (Previously everthing had to be an integer.)
178+
and step. (Previously everything had to be an integer.)
179179

180180
Numerous mistake fixes
181181
::::::::::::::::::::::
@@ -226,7 +226,7 @@ New Function, :func:`BODYEXISTS(name)`
226226
Wordwrap on Labels
227227
::::::::::::::::::
228228

229-
You can set wordrap off for labels by the new suffx, :attr:`Style:WORDWRAP`.
229+
You can set wordwrap off for labels by the new suffix, :attr:`Style:WORDWRAP`.
230230

231231
CreateOrbit
232232
:::::::::::
@@ -404,7 +404,7 @@ and were removed.
404404
Document Simulate in BG
405405
:::::::::::::::::::::::
406406

407-
Documented the need to have Simulate in BG enabled when playing in windwed mode,
407+
Documented the need to have Simulate in BG enabled when playing in windowed mode,
408408
on the :ref:`Telnet <telnet>` page.
409409

410410
Stage/decouple docs
@@ -432,7 +432,7 @@ New suffixes on Body page
432432
:ref:`Body <body>` page now has more fleshed-out examples and documentation
433433
to go with the new :HASOCEAN, :HASSURFACE, and :CHILDREN suffixes
434434

435-
New Basic tutoial
435+
New Basic tutorial
436436
:::::::::::::::::
437437

438438
New Basic Tutorial page.
@@ -556,7 +556,7 @@ error tones, or for playing simple music. A basic example would be::
556556

557557
For an example of a song, check out the :ref:`Example song section of voice documentation<voicesong>`
558558

559-
Also check out the :ref:`SKID chip documentation<skid>` for an indepth explaination.
559+
Also check out the :ref:`SKID chip documentation<skid>` for an indepth explanation.
560560

561561
CommNet Support
562562
:::::::::::::::
@@ -662,7 +662,7 @@ Subdirectories
662662
See :ref:`Understanding directories <directories>`.
663663

664664
You are now able to store subdirectories ("folders") in your volumes,
665-
both in the archive and in local volumes. To accomodate the new feature
665+
both in the archive and in local volumes. To accommodate the new feature
666666
new versions of the file manipulation commands had to be made (please
667667
go over the documentation in the link given above).
668668

@@ -769,7 +769,7 @@ KSP 1.1 release binaries (build 1230)
769769
Changes in 0.19.3
770770
-----------------
771771

772-
Interuptable Triggers
772+
Interruptible Triggers
773773
:::::::::::::::::::::
774774

775775
Triggers are no longer required to complete within a single update frame,
@@ -807,7 +807,7 @@ this: ::
807807
}
808808

809809
``ON`` will now evaluate the expression instead of treating it like a variable
810-
identifer.
810+
identifier.
811811

812812
Changes in 0.19.2
813813
-----------------
@@ -904,7 +904,7 @@ Multimode Engine and Gimbal Support
904904
:::::::::::::::::::::::::::::::::::
905905

906906
:ref:`Engines <engine>` can now support multiple-mode information, and can
907-
acces thei gimbal information in the ``:GIMBAL`` suffix.
907+
access their gimbal information in the ``:GIMBAL`` suffix.
908908

909909
DMagic Orbital Science
910910
::::::::::::::::::::::
@@ -938,7 +938,7 @@ JOIN
938938
::::
939939

940940
Join suffix on :ref:`lists <list>` now lets you make a string with a
941-
delimeter of the list's elements.
941+
delimiter of the list's elements.
942942

943943
Hours per day
944944
:::::::::::::
@@ -965,7 +965,7 @@ you can use along with lists.
965965
Run Once
966966
::::::::
967967

968-
:ref:`New ONCE argment to the run command <run_once>`
968+
:ref:`New ONCE argument to the run command <run_once>`
969969

970970
Volumes and Processors integration
971971
::::::::::::::::::::::::::::::::::
@@ -999,7 +999,7 @@ A major change to Cooked Steering!
999999
Should help people using torque-less craft like with Realism Overhaul.
10001000
Removed the old steering logic and replaced it with a nice auto-tuning system.
10011001

1002-
:ref:`SteeringManager <steeringmanager>` structure now lests you acccess and alter parts of the cooked steering system.
1002+
:ref:`SteeringManager <steeringmanager>` structure now lets you access and alter parts of the cooked steering system.
10031003

10041004
:ref:`PIDLoop <pidloop>` structure now lets you borrow the PID mechanism used by the new cooked steering, for your own purposes.
10051005

@@ -1159,13 +1159,13 @@ Docking port, element, and vessel references
11591159

11601160
You can now get a list of docking ports on any element or vessel using
11611161
the DOCKINGPORTS suffix. Vessels also expose a list of their elements
1162-
(the ELEMENTS suffix) and an element will refernce it's parent vessel
1162+
(the ELEMENTS suffix) and an element will reference it's parent vessel
11631163
(the VESSEL suffix).
11641164

11651165
New sounds and terminal features
11661166
::::::::::::::::::::::::::::::::
11671167

1168-
For purely cosmetic purpopses, there are new sound features and
1168+
For purely cosmetic purposes, there are new sound features and
11691169
a few terminal tweaks.
11701170

11711171
- A terminal keyclick option for the in-game GUI terminal.
@@ -1274,7 +1274,7 @@ that a manual user can do by using the right-click menus.
12741274
Kerbal Alarm Clock support
12751275
::::::::::::::::::::::::::
12761276

1277-
If you have the Kerbal Alarm Clock Mod isntalled, you can now
1277+
If you have the Kerbal Alarm Clock Mod installed, you can now
12781278
:ref:`query and manipulate its alarms <KAC>` from within your
12791279
kOS scripts.
12801280

doc/source/commands/communication.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Connectivity Managers
157157
support both CommNet and RemoteTech. Other mods may be supported or
158158
provide their own support in the future.
159159

160-
kOS can implement communications over a variaty of connectivity configurations.
161-
We refer to these options as "Connectivity Managers." You can slect the active
160+
kOS can implement communications over a variety of connectivity configurations.
161+
We refer to these options as "Connectivity Managers." You can select the active
162162
manager from the :ref:`kOS section of KSP's Difficulty Settings<settingsWindow>`.
163163
If the currently selected manager no longer is available, or if a new manager
164164
becomes available, you will be prompted with a dialog box to select the manager

doc/source/commands/flight/cooked.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The special LOCK variables for cooked steering
5656

5757
IF you have the *Breaking Ground DLC* for Kerbal Space Program, please
5858
be aware that even though you can set up control groups to make parts
59-
such as propellors and engines react to the throttle, they will not
59+
such as propellers and engines react to the throttle, they will not
6060
react to ``lock throttle``. This is because the DLC ignores the
6161
autopilot API in using this feature. It only pays attention to the
6262
actual pilot controls, not the autopilot controls overriding them.
@@ -116,7 +116,7 @@ Like all ``LOCK`` expressions, the steering and throttle continually update on t
116116
**About** ``lock steering`` **and** ``SAS`` **:** While kOS had previously supported
117117
enabling SAS at the same time as locking steering, this functionality broke
118118
when the underlying KSP method was changed in a version upgrade. It is our
119-
hope to evenentually restore this functionality. Please check github issue
119+
hope to eventually restore this functionality. Please check github issue
120120
`#2117 <https://github.com/KSP-KOS/KOS/issues/2117>`_ for updates.
121121

122122
.. _LOCK WHEELTHROTTLE:
@@ -366,8 +366,8 @@ settings that might help solve some problems, in the list below:
366366

367367
- **explanation**: Once it's
368368
at the desired orientation and it has mostly zeroed the rotational
369-
velocity, it's trying to hold it there with microadjustments to the
370-
controls, and those microadjustments are "too tight".
369+
velocity, it's trying to hold it there with micro-adjustments to the
370+
controls, and those micro-adjustments are "too tight".
371371

372372
- **problem**: The vessel is having a hard time holding on to its
373373
``lock steering`` direction during a burn when you have physics

doc/source/commands/flight/pilot.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ that these suffixes refer to the player's actual input controls, rather
1010
than kOS's own controls that are layered on top of them, overriding them.
1111

1212
Please note that the *Breaking Ground DLC* parts that can be configured
13-
to respond to the throttle, such as electric motors and propellor pitches
13+
to respond to the throttle, such as electric motors and propeller pitches
1414
will only respond to the settings described here on this page, and NOT
1515
the settings described in the :ref:`raw control <raw>` page, or the
1616
settings in ``lock throttle`` or ``lock steering``. SQUAD designed
@@ -35,7 +35,7 @@ settings that "stay put" and don't reset to center when the pilot lets
3535
go of the stick. For example, while ``PILOTPITCH`` matches whatever
3636
temporary position the pilot's stick is in, ``PILOTPITCHTRIM`` stays
3737
where it was last set. Thus ``PILOTPITCHTRIM`` is settable here,
38-
while ``PILOTPITCH`` is not. The docmentation below marks which
38+
while ``PILOTPITCH`` is not. The documentation below marks which
3939
suffixes are indeed set-able. Through the use of these trim-able
4040
settings, it is possible to control the ship in a way that still
4141
lets the pilot temporarily grab the controls for a second to override
@@ -139,7 +139,7 @@ what kOS is doing.
139139
lets go of the controls.
140140

141141
RP-1 Special Case: If using the RP-1 mod, and flying a "sounding rocket"
142-
where the avionics controls are insuficcient to steer but are good
142+
where the avionics controls are insufficient to steer but are good
143143
enough to ignite engines, then ``lock throttle`` does not work to
144144
activate those engines, but this suffix can do it. RP-1 actively
145145
suppresses the normal ability for an autopilot to control the throttle
@@ -164,7 +164,7 @@ what kOS is doing.
164164

165165
Get-only.
166166

167-
Returns the pilot's rotation input about the logintudinal axis of the ship left-wing-down :math:`(-1)` or left-wing-up :math:`(+1)`.
167+
Returns the pilot's rotation input about the longitudinal axis of the ship left-wing-down :math:`(-1)` or left-wing-up :math:`(+1)`.
168168

169169
.. _SHIP CONTROL PILOTROTATION:
170170
.. object:: SHIP:CONTROL:PILOTROTATION

doc/source/commands/flight/raw.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Breaking Ground DLC
5050
-------------------
5151

5252
Please note that the *Breaking Ground DLC* parts that can be configured
53-
to respond to the control axes, such as electric motors and propellor
53+
to respond to the control axes, such as electric motors and propeller
5454
pitches, will only respond to the settings described on the
5555
:ref:`pilot controls page <pilot>` and NOT the settings described
5656
here on this :ref:`raw control <raw>` page, nor will it respond to
@@ -198,7 +198,7 @@ These "Raw" controls allow you the direct control of flight parameters while the
198198

199199
The reason why this trim does nothing and you have to use the pilot
200200
trim instead is because KSP only looks at the trim when its part of
201-
the *pilot's* own control structure, not an autpilot's control structure.
201+
the *pilot's* own control structure, not an autopilot's control structure.
202202

203203
*Warning*:
204204
Setting this value can cause :ref:`:NEUTRAL <SHIP CONTROL NEUTRAL>` to
@@ -215,7 +215,7 @@ These "Raw" controls allow you the direct control of flight parameters while the
215215

216216
The reason why this trim does nothing and you have to use the pilot
217217
trim instead is because KSP only looks at the trim when its part of
218-
the *pilot's* own control structure, not an autpilot's control structure.
218+
the *pilot's* own control structure, not an autopilot's control structure.
219219

220220
*Warning*:
221221
Setting this value can cause :ref:`NEUTRAL <SHIP CONTROL NEUTRAL>` to
@@ -232,7 +232,7 @@ These "Raw" controls allow you the direct control of flight parameters while the
232232

233233
The reason why this trim does nothing here is because KSP only looks at the
234234
trim when its part of the *pilot's* own control structure, not an
235-
autpilot's control structure.
235+
autopilot's control structure.
236236

237237
*Warning*:
238238
Setting this value can cause :ref:`NEUTRAL <SHIP CONTROL NEUTRAL>` to
@@ -288,7 +288,7 @@ These "Raw" controls allow you the direct control of flight parameters while the
288288

289289
The reason why this trim does nothing here is because KSP only looks at the
290290
trim when its part of the *pilot's* own control structure, not an
291-
autpilot's control structure.
291+
autopilot's control structure.
292292

293293
*Warning*:
294294
Setting this value can cause :ref:`NEUTRAL <SHIP CONTROL NEUTRAL>` to
@@ -305,7 +305,7 @@ These "Raw" controls allow you the direct control of flight parameters while the
305305

306306
The reason why this trim does nothing here is because KSP only looks at the
307307
trim when its part of the *pilot's* own control structure, not an
308-
autpilot's control structure.
308+
autopilot's control structure.
309309

310310
*Warning*:
311311
Setting this value can cause :ref:`NEUTRAL <SHIP CONTROL NEUTRAL>` to
@@ -340,7 +340,7 @@ These "Raw" controls allow you the direct control of flight parameters while the
340340
The two terms ``NEUTRAL`` and ``NEUTRALIZE`` are synonyms. (They used to
341341
be two separate suffixes, one for getting and one for setting, but
342342
that made no sense so they were combined but both spellings were
343-
retained for backward compantiblity with old scripts.)
343+
retained for backward compatibility with old scripts.)
344344

345345

346346
Unlocking controls

0 commit comments

Comments
 (0)