mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12021 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
65c5455e6f
commit
87e43bbb0e
1 changed files with 2 additions and 2 deletions
|
@ -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: @" "];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue