Spelling correction

This commit is contained in:
Gregory John Casamento 2019-11-24 06:03:07 -05:00
parent dd2851da69
commit a2b196b422
2 changed files with 6 additions and 6 deletions

View file

@ -62,9 +62,9 @@ DEFINE_BLOCK_TYPE(GSPDFPanelCompletionHandler, void, NSInteger);
- (NSString *) defaultFileName;
- (void) setDefaultFileName: (NSString *)fileName;
- (void) begineSheetWithPDFInfo: (NSPDFInfo *)pdfInfo
modalForWindow: (NSWindow *)window
completionHandler: (GSPDFPanelCompletionHandler)handler;
- (void) beginSheetWithPDFInfo: (NSPDFInfo *)pdfInfo
modalForWindow: (NSWindow *)window
completionHandler: (GSPDFPanelCompletionHandler)handler;
@end

View file

@ -76,9 +76,9 @@
ASSIGNCOPY(_defaultFileName, fileName);
}
- (void) begineSheetWithPDFInfo: (NSPDFInfo *)pdfInfo
modalForWindow: (NSWindow *)window
completionHandler: (GSPDFPanelCompletionHandler)handler
- (void) beginSheetWithPDFInfo: (NSPDFInfo *)pdfInfo
modalForWindow: (NSWindow *)window
completionHandler: (GSPDFPanelCompletionHandler)handler
{
}