Spelling is hard.
pull/814/head
Tim Raymond 2017-01-27 19:31:57 -05:00
parent 594c1fc587
commit ee8b9345e9
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func (up *URLPrefixer) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
if !ok { if !ok {
up.Logger. up.Logger.
WithField("component", "prefixer"). WithField("component", "prefixer").
Fatal("Exected http.ResponseWriter to be an http.Flusher, but wasn't") Fatal("Expected http.ResponseWriter to be an http.Flusher, but wasn't")
} }
nextRead, nextWrite := io.Pipe() nextRead, nextWrite := io.Pipe()