diff options
author | Emile <hanemile@protonmail.com> | 2019-09-14 23:45:08 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-14 23:45:08 +0200 |
commit | aa7ec4f54706d671fa3f2d4ab381232750717073 (patch) | |
tree | 8bbe0d063a919bebef34fe117f2c5006276d5505 | |
parent | bf6a7a9bec86b59bce753f51fee6be67e231017b (diff) |
spellcheck
-rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http.go b/http.go index 84dc503..70e9eee 100644 --- a/http.go +++ b/http.go @@ -53,7 +53,7 @@ func getHandler(w http.ResponseWriter, r *http.Request) { // read the TLEs from the categories file // TODO: Handle caching // - dump all if not present - // - if old, fetch from celestrakc + // - if old, fetch from celestrack //content, err := ioutil.ReadFile("categories.txt") //if err != nil { // log.Println("Could note read categories.txt") |