fix spelling to american English

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2015-10-28 01:49:12 +00:00
parent b4840b3c89
commit 3ff8c0a8d7
2 changed files with 4 additions and 4 deletions

View file

@ -570,8 +570,8 @@ PACKAGE_SCOPE
- (NSResponder*) firstResponder;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
- (NSWindowCollectionBehavior)collectionBehaviour;
- (void)setCollectionBehaviour:(NSWindowCollectionBehavior)props;
- (NSWindowCollectionBehavior)collectionBehavior;
- (void)setCollectionBehavior:(NSWindowCollectionBehavior)props;
#endif
/**