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:
rmottola 2015-10-28 01:49:12 +00:00
parent b6872d574b
commit 72a5f48b87
2 changed files with 4 additions and 4 deletions

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