mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39074 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d5254c74a
commit
4192e9dfe5
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ DEFINE_BLOCK_TYPE(GSAnimationContextChanges, void, NSAnimationContext*);
|
|||
- (NSTimeInterval) duration;
|
||||
|
||||
- (GSAnimationContextCompletionHandler) completionHandler;
|
||||
- (void) setCompletiionHandler: (GSAnimationContextCompletionHandler) completionHandler;
|
||||
- (void) setCompletionHandler: (GSAnimationContextCompletionHandler) completionHandler;
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ static NSAnimationContext *_currentContext = nil;
|
|||
return _completionHandler;
|
||||
}
|
||||
|
||||
- (void) setCompletiionHandler: (GSAnimationContextCompletionHandler) completionHandler
|
||||
- (void) setCompletionHandler: (GSAnimationContextCompletionHandler) completionHandler
|
||||
{
|
||||
_completionHandler = completionHandler;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue