mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24234 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d440458b67
commit
0daf7ae817
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ notice and this notice are preserved.
|
|||
introduced at or before the specified version, and not being
|
||||
removed until or after the specified version are available.<br />
|
||||
The version consists of five or six digits ...
|
||||
a major number (00-99) followed by a minor number (00-99) and
|
||||
a major number (0-99) followed by a minor number (00-99) and
|
||||
a subminor number (00-99).<br />
|
||||
Features in the header file are marked as belonging to different
|
||||
version ranges using the
|
||||
|
@ -86,7 +86,7 @@ notice and this notice are preserved.
|
|||
and not being removed until or after the specified version
|
||||
are available.<br />
|
||||
The version consists of five or six digits ...
|
||||
a major number (01-99) followed by a minor number (00-99) and
|
||||
a major number (1-99) followed by a minor number (00-99) and
|
||||
a subminor number (00-99).<br />
|
||||
A major number of 1 indicates the OpenStep specification ...
|
||||
available as the GS_API_OSSPEC preprocessor constant.<br />
|
||||
|
|
Loading…
Reference in a new issue