Skip to content

Commit

Permalink
Fixed typo in log message: "Checking for known superclasses and adopt…
Browse files Browse the repository at this point in the history
…ed protocols..."
  • Loading branch information
e28eta committed Sep 8, 2011
1 parent 46027a8 commit a80da63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Processing/GBProcessor.m
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,3 @@

// //
// GBProcessor.m // GBProcessor.m
// appledoc // appledoc
Expand Down Expand Up @@ -294,7 +293,7 @@ - (BOOL)removeUndocumentedMember:(GBMethodData *)object {


- (void)setupKnownObjectsFromStore { - (void)setupKnownObjectsFromStore {
// Setups links to superclasses and adopted protocols. This should be sent first so that the data is prepared for later processing. // Setups links to superclasses and adopted protocols. This should be sent first so that the data is prepared for later processing.
GBLogInfo(@"Checking for known superclasgses and adopted protocols..."); GBLogInfo(@"Checking for known superclasses and adopted protocols...");
for (GBClassData *class in self.store.classes) { for (GBClassData *class in self.store.classes) {
[self setupSuperclassForClass:class]; [self setupSuperclassForClass:class];
[self setupAdoptedProtocolsFromProvider:class.adoptedProtocols]; [self setupAdoptedProtocolsFromProvider:class.adoptedProtocols];
Expand Down

0 comments on commit a80da63

Please sign in to comment.