Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
steipete committed Sep 1, 2013
1 parent 2a249e7 commit 0dba68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSTCollectionView/PSTCollectionViewController.m
Expand Up @@ -13,7 +13,7 @@ @interface PSTCollectionViewController () {
PSTCollectionView *_collectionView;
struct {
unsigned int clearsSelectionOnViewWillAppear : 1;
unsigned int appearsFirstTime : 1; // PST exension!
unsigned int appearsFirstTime : 1; // PST extension!
}_collectionViewControllerFlags;
char filler[100]; // [HACK] Our class needs to be larger than Apple's class for the superclass change to work.
}
Expand Down

0 comments on commit 0dba68e

Please sign in to comment.