Fixed pragma typos

This commit is contained in:
michael starke
2013-11-23 21:35:08 +01:00
parent 7c103abd53
commit e38be4e147
2 changed files with 2 additions and 2 deletions

View File

@@ -340,7 +340,7 @@ typedef NS_ENUM(NSUInteger, MPAlertContext) {
[_outlineViewController showOutline]; [_outlineViewController showOutline];
} }
#pragma makr Validation #pragma mark Validation
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem { - (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
return ([[self document] validateMenuItem:menuItem]); return ([[self document] validateMenuItem:menuItem]);
} }

View File

@@ -84,7 +84,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
object:_outlineView]; object:_outlineView];
} }
#pragma makr Outline handling #pragma mark Outline handling
- (void)showOutline { - (void)showOutline {
if(!_bindingEstablished) { if(!_bindingEstablished) {