From aa7ec4f54706d671fa3f2d4ab381232750717073 Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 14 Sep 2019 23:45:08 +0200 Subject: spellcheck --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit 1.4.1