(GSGetClassMethodNotInherited): Fix typo.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2004-06-06 12:14:00 +00:00
parent b54f0a878b
commit 4bc5a26927
2 changed files with 2 additions and 1 deletions

View file

@ -792,7 +792,7 @@ GSGetInstanceMethodNotInherited (Class class, SEL sel)
/* See header for documentation. */
GSMethod
GSGetClassMethodNotInhertited (Class class, SEL sel)
GSGetClassMethodNotInherited (Class class, SEL sel)
{
return search_for_method_in_class (class->class_pointer, sel);
}