implement missing method

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31984 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-01 13:51:32 +00:00
parent d136fc4986
commit 1c3cad8be8
3 changed files with 38 additions and 1 deletions

View file

@ -63,7 +63,7 @@ extern "C" {
*/
- (NSUInteger) count;
/** Initialises the receiver with the spefieifd options.
/** Initialises the receiver with the specified options.
*/
- (id) initWithOptions: (NSPointerFunctionsOptions)options;