Merge pull request #786 from tewha/patch-9

Fixed comment typo
This commit is contained in:
Mattt Thompson 2013-02-08 00:41:48 -08:00
commit f0be1ed682

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;
}