Skip to content

Commit 1119447

Browse files
authored
Merge pull request #57 from navidys/master
minor codespell update
2 parents 9a7d060 + c861d65 commit 1119447

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/free/java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Retrieve all state vectors, i.e. the current global view of the network::
4949
OpenSkyApi api = new OpenSkyApi(USERNAME, PASSWORD);
5050
OpenSkyStates os = api.getStates(0, null);
5151

52-
Keep in mind that there are :ref:`rate limitiations <limitations-anon>` for the global view!
52+
Keep in mind that there are :ref:`rate limitations <limitations-anon>` for the global view!
5353

5454
It is also possible to retrieve state vectors for a certain area. For this purpose, you need to provide a bounding box. It is defined by lower and upper bounds for longitude and latitude. The following example shows how to retrieve data for a bounding box which encompasses Switzerland::
5555

docs/free/rest.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ pattern. For this reason, waypoints are selected among available state
518518
vectors given the following set of rules:
519519

520520
- The first point is set immediately after the the aircraft's expected
521-
departure, or after the network received the first poisition when the
521+
departure, or after the network received the first position when the
522522
aircraft entered its reception range.
523523

524524
- The last point is set right before the aircraft's expected arrival, or the
@@ -533,7 +533,7 @@ vectors given the following set of rules:
533533
- A waypoint is added if the on-ground state changes.
534534

535535
Tracks are strongly related to :ref:`flights <flights-all>`. Internally, we compute flights
536-
and tracks within the same processing step. As such, it may be benificial to
536+
and tracks within the same processing step. As such, it may be beneficial to
537537
retrieve a list of flights with the API methods from above, and use these results
538538
with the given time stamps to retrieve detailed track information.
539539

@@ -554,7 +554,7 @@ Request
554554
| | | to be lower case |
555555
+----------------+-----------+------------------------------------------------+
556556
| *time* | integer | Unix time in seconds since epoch. It can be |
557-
| | | any time betwee start and end of a known |
557+
| | | any time between start and end of a known |
558558
| | | flight. If time = 0, get the live track if |
559559
| | | there is any flight ongoing for the given |
560560
| | | aircraft. |

0 commit comments

Comments
 (0)