Correction by David Ayers

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30129 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-04-12 12:01:17 +00:00
parent 961c1db5a2
commit 0eb84927ee

View file

@ -219,7 +219,7 @@ extern "C" {
* If the class has a superclass, its implementation of +initialize is
* called first.<br />
* If the class does not implement +initialize then the implementation
* in the closest superclass is called. This means that +initialize may
* in the closest superclass may be called. This means that +initialize may
* be called more than once, and the recommended way to handle this by
* using the
* <code>