From 099a8937335f3b1fae12cf8de831d82cf8ac6d3a Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 11 May 2007 08:24:11 +0000 Subject: [PATCH] Fix typo in comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25139 72102866-910b-0410-8b05-ffd578937521 --- Headers/Foundation/NSProcessInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Headers/Foundation/NSProcessInfo.h b/Headers/Foundation/NSProcessInfo.h index 8549134bc..332f33fd7 100644 --- a/Headers/Foundation/NSProcessInfo.h +++ b/Headers/Foundation/NSProcessInfo.h @@ -235,7 +235,7 @@ enum { * auto-initialize it are working.
* 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