diff options
author | emile <hanemile@protonmail.com> | 2019-09-02 17:56:58 +0000 |
---|---|---|
committer | Gogs <gogs@fake.local> | 2019-09-02 17:56:58 +0000 |
commit | 2c15c53ae5575bb241d4c317622669984090f30d (patch) | |
tree | d41d80e220b36767ee83fa03b07d34018a13d196 /TLE.go | |
parent | b4d482dcff81d4c98c2afb41cfd1c6912b06100d (diff) | |
parent | f896f192e5b61c16fa0302ca5c0c96d237824cd4 (diff) |
Merge branch 'spelling' of Satellite/TLE into master
Diffstat (limited to 'TLE.go')
-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 |