mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 14:02:28 +00:00
Fixed pragma typos
This commit is contained in:
@@ -340,7 +340,7 @@ typedef NS_ENUM(NSUInteger, MPAlertContext) {
|
||||
[_outlineViewController showOutline];
|
||||
}
|
||||
|
||||
#pragma makr Validation
|
||||
#pragma mark Validation
|
||||
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
|
||||
return ([[self document] validateMenuItem:menuItem]);
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
|
||||
object:_outlineView];
|
||||
}
|
||||
|
||||
#pragma makr Outline handling
|
||||
#pragma mark Outline handling
|
||||
|
||||
- (void)showOutline {
|
||||
if(!_bindingEstablished) {
|
||||
|
||||
Reference in New Issue
Block a user