Skip to content

Commit a7dc2bf

Browse files
David CatmullDavid Catmull
authored andcommitted
correct typo
1 parent 6dd2cf8 commit a7dc2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PBSourceViewItem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- (void)removeChild:(PBSourceViewItem *)child;
3636

3737
// This adds the ref to the path, which should match the item's title,
38-
// so "refs/heads/pu/pb/sidebar" would have the path [@"pu", @"pb", @"sidebare"]
38+
// so "refs/heads/pu/pb/sidebar" would have the path [@"pu", @"pb", @"sidebar"]
3939
// to the 'local' branch thing
4040
- (void)addRev:(PBGitRevSpecifier *)revSpecifier toPath:(NSArray *)path;
4141
- (PBSourceViewItem *)findRev:(PBGitRevSpecifier *)rev;

0 commit comments

Comments
 (0)