Fixed typo in comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2008-01-05 18:49:18 +00:00
parent 91682dc2db
commit 0727937d01

View file

@ -3686,9 +3686,10 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...)
/**
* <p>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.
* <p>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.
* </p>
* <example>
* GSXMLParser *p = [GSXMLParser parserWithContentsOfFile: @"xp.xml"];