Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel corso committed Sep 1, 2019
1 parent ce8a3a2 commit 92c7cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sachet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit 92c7cf5

Please sign in to comment.