From cd83fe5058a449d2fafd3d4d1dd04a24008785f5 Mon Sep 17 00:00:00 2001 From: nicola Date: Sat, 5 Jan 2008 18:49:18 +0000 Subject: [PATCH] Fixed typo in comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25870 72102866-910b-0410-8b05-ffd578937521 --- Source/Additions/GSXML.m | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Additions/GSXML.m b/Source/Additions/GSXML.m index eb54032c4..c19ba5f8f 100644 --- a/Source/Additions/GSXML.m +++ b/Source/Additions/GSXML.m @@ -3686,9 +3686,10 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...) /** - *

Use of the GSXPathContext claass is simple ... you just need to look up - * xpath to learn the syntax of xpath expressions, then you can apply those - * expressions to a context to retrieve data from a document. + *

Use of the GSXPathContext class is simple ... you just need to + * look up xpath to learn the syntax of xpath expressions, then you + * can apply those expressions to a context to retrieve data from a + * document. *

* * GSXMLParser *p = [GSXMLParser parserWithContentsOfFile: @"xp.xml"];