mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fix typo in comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25139 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
350feb3bc2
commit
099a893733
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ enum {
|
||||||
* auto-initialize it are working.<br />
|
* auto-initialize it are working.<br />
|
||||||
* It is also safe to call this method to override the effects
|
* It is also safe to call this method to override the effects
|
||||||
* of the automatic initialisation, which some applications may need
|
* of the automatic initialisation, which some applications may need
|
||||||
* to do when using GNUstep libraries embeddedm within other frameworks.
|
* to do when using GNUstep libraries embedded within other frameworks.
|
||||||
*/
|
*/
|
||||||
+ (void) initializeWithArguments: (char**)argv
|
+ (void) initializeWithArguments: (char**)argv
|
||||||
count: (int)argc
|
count: (int)argc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue