Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diogonicoleti committed Nov 21, 2017
1 parent 3b28180 commit 0abe699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ func main() {

log.Infof("Server listening on %s", *addr)
if err := http.ListenAndServe(*addr, nil); err != nil {
log.Fatalf("Rrror starting server: %s", err)
log.Fatalf("Error starting server: %s", err)
}
}

0 comments on commit 0abe699

Please sign in to comment.