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
/**

View file

@ -2657,13 +2657,13 @@ titleWithRepresentedFilename(NSString *representedFilename)
_f.dynamic_depth_limit = flag;
}
- (NSWindowCollectionBehavior)collectionBehaviour
- (NSWindowCollectionBehavior)collectionBehavior
{
//TODO: we don't handle collections yet and perhaps never will fully
return 0;
}
- (void)setCollectionBehaviour:(NSWindowCollectionBehavior)props
- (void)setCollectionBehavior:(NSWindowCollectionBehavior)props
{
//TODO we don't handle collections yet. Perhaps certain features can be mapped on existing ones
//other features are Expose specific or anyway probably not implementable