mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
correct typo
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
- (void)removeChild:(PBSourceViewItem *)child;
|
||||
|
||||
// This adds the ref to the path, which should match the item's title,
|
||||
// so "refs/heads/pu/pb/sidebar" would have the path [@"pu", @"pb", @"sidebare"]
|
||||
// so "refs/heads/pu/pb/sidebar" would have the path [@"pu", @"pb", @"sidebar"]
|
||||
// to the 'local' branch thing
|
||||
- (void)addRev:(PBGitRevSpecifier *)revSpecifier toPath:(NSArray *)path;
|
||||
- (PBSourceViewItem *)findRev:(PBGitRevSpecifier *)rev;
|
||||
|
||||
Reference in New Issue
Block a user