diff --git a/Source/Additions/GSXML.m b/Source/Additions/GSXML.m index a2989bb10..f1a4ad652 100644 --- a/Source/Additions/GSXML.m +++ b/Source/Additions/GSXML.m @@ -153,7 +153,7 @@ loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr *ctxt); * [n1 makePI: @"pi1" content: @"this is a process instruction"]; * [n1 makeChildWithNamespace: nil name: @"key" content: @"Year Of Birth"]; * [n1 makeChildWithNamespace: nil name: @"integer" content: @"65"]; - * [n1 makeChildWithnamespace: nil name: @"key" content: @"Pets Names"]; + * [n1 makeChildWithNamespace: nil name: @"key" content: @"Pets Names"]; * */ + (GSXMLDocument*) documentWithVersion: (NSString*)version