From 4ef8c6aeb4e02f87e9fabab2bfab641df65d6098 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 29 Apr 2004 21:08:29 +0000 Subject: [PATCH] Fix comment typo. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19216 72102866-910b-0410-8b05-ffd578937521 --- Source/NSUser.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSUser.m b/Source/NSUser.m index df8f652c3..7e29bddd4 100644 --- a/Source/NSUser.m +++ b/Source/NSUser.m @@ -913,7 +913,7 @@ NSTemporaryDirectory(void) /** * Returns the root directory for the OpenStep (GNUstep) installation. - * This si determined by the GNUSTEP_ROOT environment variable if available. + * This is determined by the GNUSTEP_ROOT environment variable if available. */ NSString * NSOpenStepRootDirectory(void)