diff options
author | Emile <hanemile@protonmail.com> | 2019-09-02 19:56:59 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-02 19:56:59 +0200 |
commit | f896f192e5b61c16fa0302ca5c0c96d237824cd4 (patch) | |
tree | 911f257cf853ef15a1e0f0d8d1b92231b5c1b912 | |
parent | fbf15d0ff0f60537f90322946880caae3ef8b6d4 (diff) |
spellcheck
-rw-r--r-- | TLE.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TLE.go b/TLE.go index a0c51a8..a0d0bcb 100644 --- a/TLE.go +++ b/TLE.go @@ -102,7 +102,7 @@ type LineTwo struct { // Right Ascension of the Ascending Node // Unit: degrees - // Angle between vernal equinox and the point where the orbit crosses the equitorial plane (going north). + // Angle between vernal equinox and the point where the orbit crosses the equatorial plane (going north). RightAscensionOfTheAscendingNode float64 `json:"rightascensionoftheascendingnode"` // Eccentricity |