mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 17:10:58 +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
d9b3936fb5
commit
d67a49f9c9
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ static NSAnimationContext *_currentContext = nil;
|
|||
return _completionHandler;
|
||||
}
|
||||
|
||||
- (void) setCompletiionHandler: (GSAnimationContextCompletionHandler) completionHandler
|
||||
- (void) setCompletionHandler: (GSAnimationContextCompletionHandler) completionHandler
|
||||
{
|
||||
_completionHandler = completionHandler;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue