From a7dc2bf16e48ddefe8f922b6f0e086ea96244532 Mon Sep 17 00:00:00 2001 From: David Catmull Date: Fri, 6 May 2011 07:37:36 -0600 Subject: [PATCH] correct typo --- PBSourceViewItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBSourceViewItem.h b/PBSourceViewItem.h index 1547fd6..6d12451 100644 --- a/PBSourceViewItem.h +++ b/PBSourceViewItem.h @@ -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;