Skip to content

Commit

Permalink
Fix typos in TCCTileFetchOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
skunkworks committed Jun 13, 2015
1 parent 3b49385 commit be08b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pod/Private/TCCTileFetchOperation.m
Expand Up @@ -87,8 +87,8 @@ - (void)cancel
{
[super cancel];

self.isFinished = YES;
self.isExecuting = NO;
self.finished = YES;
self.executing = NO;
}

@end

0 comments on commit be08b88

Please sign in to comment.