Skip to content

Commit

Permalink
Merge 4589c88 into 975b5c4
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts committed Sep 1, 2017
2 parents 975b5c4 + 4589c88 commit bbda2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (hs HostSwitch) ServeHTTP(w http.ResponseWriter, r *http.Request) {
if handler := hs[r.Host]; handler != nil {
handler.ServeHTTP(w, r)
} else {
// Handle host names for wich no handler is registered
// Handle host names for which no handler is registered
http.Error(w, "Forbidden", 403) // Or Redirect?
}
}
Expand Down

0 comments on commit bbda2c1

Please sign in to comment.