From 87e43bbb0e957804f0cf0a0fa72be8e033c6e1e9 Mon Sep 17 00:00:00 2001 From: CaS Date: Mon, 7 Jan 2002 11:34:58 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12021 72102866-910b-0410-8b05-ffd578937521 --- Tools/AGSOutput.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/AGSOutput.m b/Tools/AGSOutput.m index 3907163d9..51d810f22 100644 --- a/Tools/AGSOutput.m +++ b/Tools/AGSOutput.m @@ -566,7 +566,7 @@ static BOOL snuggleStart(NSString *t) [str appendString: @" \n"]; if ([comment length] == 0) { - comment = @"Descripttion forthcoming."; + comment = @"Description forthcoming."; } [self reformat: comment withIndent: 12 to: str]; [str appendString: @" \n"]; @@ -751,7 +751,7 @@ static BOOL snuggleStart(NSString *t) [str appendString: @"\n"]; if ([comment length] == 0) { - comment = @"Descripttion forthcoming."; + comment = @"Description forthcoming."; } [self reformat: comment withIndent: ind + 2 to: str]; for (j = 0; j < ind; j++) [str appendString: @" "];