Fix a typo

`neet` → `need`
This commit is contained in:
Prayag Verma
2016-02-09 11:30:05 +05:30
committed by Jeff Kaufman
parent 064ced104d
commit 929c5c5908
+1 -1
View File
@@ -638,7 +638,7 @@ typedef struct {
typedef struct { typedef struct {
// If pagespeed is configured in some server block but not this one our // If pagespeed is configured in some server block but not this one our
// per-request code will be invoked but server context will be null. In those // per-request code will be invoked but server context will be null. In those
// cases we neet to short circuit, not changing anything. Currently our // cases we need to short circuit, not changing anything. Currently our
// header filter, body filter, and content handler all do this, but if anyone // header filter, body filter, and content handler all do this, but if anyone
// adds another way for nginx to give us a request to process we need to check // adds another way for nginx to give us a request to process we need to check
// there as well. // there as well.