mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
43d9660c0e
commit
1855046feb
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ enum {
|
|||
* auto-initialize it are working.<br />
|
||||
* It is also safe to call this method to override the effects
|
||||
* 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
|
||||
count: (int)argc
|
||||
|
|
Loading…
Reference in a new issue