diff --git a/cmd/sachet/main.go b/cmd/sachet/main.go index 2b72c09..ee46607 100644 --- a/cmd/sachet/main.go +++ b/cmd/sachet/main.go @@ -133,7 +133,7 @@ func main() { *listenAddress = ":" + os.Getenv("PORT") } - log.Printf("Listiting on %s", *listenAddress) + log.Printf("Listening on %s", *listenAddress) log.Fatal(http.ListenAndServe(*listenAddress, nil)) }