git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12021 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-01-07 11:34:58 +00:00
parent 65c5455e6f
commit 87e43bbb0e

View file

@ -566,7 +566,7 @@ static BOOL snuggleStart(NSString *t)
[str appendString: @" <desc>\n"];
if ([comment length] == 0)
{
comment = @"<em>Descripttion forthcoming.</em>";
comment = @"<em>Description forthcoming.</em>";
}
[self reformat: comment withIndent: 12 to: str];
[str appendString: @" </desc>\n"];
@ -751,7 +751,7 @@ static BOOL snuggleStart(NSString *t)
[str appendString: @"<desc>\n"];
if ([comment length] == 0)
{
comment = @"<em>Descripttion forthcoming.</em>";
comment = @"<em>Description forthcoming.</em>";
}
[self reformat: comment withIndent: ind + 2 to: str];
for (j = 0; j < ind; j++) [str appendString: @" "];