summary refs log tree commit diff
path: root/http.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-14 23:45:08 +0200
committerEmile <hanemile@protonmail.com>2019-09-14 23:45:08 +0200
commitaa7ec4f54706d671fa3f2d4ab381232750717073 (patch)
tree8bbe0d063a919bebef34fe117f2c5006276d5505 /http.go
parentbf6a7a9bec86b59bce753f51fee6be67e231017b (diff)
spellcheck
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
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")