code cleanup: spelling

This commit is contained in:
Campbell Barton
2013-10-31 14:10:01 +00:00
parent 50d1129a57
commit beae4f498d
36 changed files with 47 additions and 47 deletions

View File

@@ -2,7 +2,7 @@
* compatibility macros to make every ffmpeg installation appear
* like the most current installation (wrapping some functionality sometimes)
* it also includes all ffmpeg header files at once, no need to do it
* seperately.
* separately.
*
* Copyright (c) 2011 Peter Schlaile
*

View File

@@ -525,7 +525,7 @@ int cocoa_request_qtcodec_settings(bContext *C, wmOperator *op)
return NSTerminateCancel;
}
// To avoid cancelling a log off process, we must use Cocoa termination process
// To avoid canceling a log off process, we must use Cocoa termination process
// And this function is the only chance to perform clean up
// So WM_exit needs to be called directly, as the event loop will never run before termination
- (void)applicationWillTerminate:(NSNotification *)aNotification