From 0580694554c421e61e8b6d1d317ea3ae43c463b4 Mon Sep 17 00:00:00 2001 From: CaS Date: Thu, 25 Apr 2002 16:58:54 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13541 72102866-910b-0410-8b05-ffd578937521 --- Tools/AGSHtml.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/AGSHtml.m b/Tools/AGSHtml.m index 48b753b84..b0d1c4684 100644 --- a/Tools/AGSHtml.m +++ b/Tools/AGSHtml.m @@ -1877,7 +1877,7 @@ NSLog(@"Element '%@' not implemented", name); // FIXME [buf appendString: @"
Conforms to:
\n"]; while (node != nil && [[node name] isEqual: @"conform"] == YES) { - NSString *text = [[node childElement] content]; + NSString *text = [[node children] content]; [buf appendString: indent]; [buf appendString: @"
"];