You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/addons/KAC.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Kerbal Alarm Clock
8
8
- Forum thread, including full instructions: http://forum.kerbalspaceprogram.com/threads/24786
9
9
10
10
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
12
12
``addons:available("KAC")``.
13
13
14
14
Note that due to changes in Kerbal Alarm Clock, kOS can no longer support
@@ -206,7 +206,7 @@ Available Functions
206
206
.. function:: LISTALARMS(alarmType)
207
207
208
208
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.::
0 commit comments