Fixed comment typo

Minor typo.
This commit is contained in:
Steven Fisher 2013-02-07 14:19:54 -08:00
parent 2cd283421f
commit b3625ebcd0

View file

@ -1165,7 +1165,7 @@ typedef enum {
}
- (BOOL)hasBytesAvailable {
// Allows `read:maxLength:` to be called again if `AFMultipartFormFinalBoundary` doesn't fit into the avaiable buffer
// Allows `read:maxLength:` to be called again if `AFMultipartFormFinalBoundary` doesn't fit into the available buffer
if (_phase == AFFinalBoundaryPhase) {
return YES;
}