typo fix.

This commit is contained in:
Joseph Lawson
2014-04-22 11:46:19 -04:00
parent a786c78d26
commit 8ccc0249ca
+1 -1
View File
@@ -108,7 +108,7 @@ func (o *HTTPOutput) sendRequest(client *http.Client, data []byte) {
request, err := ParseRequest(data)
if err != nil {
log.Println("Can not parse request", string(data), err)
log.Println("Cannot parse request", string(data), err)
return
}