* Version 1.10.0

* Source/GNUmakefile: Define INTERFACE_VERSON explicitly.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19993 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-09-05 02:31:35 +00:00
parent 0a40a3d477
commit 6dd158e39c
6 changed files with 67 additions and 6 deletions

View file

@ -167,7 +167,7 @@ enum {
* avoid returning mutable strings by returning an autoreleased
* copy of a mutable receiver, concrete subclasses may behave
* differently, so code should not rely upon the mutability of
* returned strings nor upon their lifetime being create than
* returned strings nor upon their lifetime being greater than
* that of the receiver which returned them.
* </p>
*/