From e14e55a6d222346f3d4a27c310913ed0742c3e6b Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 3 Mar 2014 16:31:58 +0100 Subject: Fix some typos Change-Id: Ic387dac14f664fd01700142ca303d01d2fe09168 Reviewed-by: Mitch Curtis --- examples/xmlpatterns/schema/doc/src/schema.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/xmlpatterns/schema') diff --git a/examples/xmlpatterns/schema/doc/src/schema.qdoc b/examples/xmlpatterns/schema/doc/src/schema.qdoc index 1bcfc8a4..b628bca1 100644 --- a/examples/xmlpatterns/schema/doc/src/schema.qdoc +++ b/examples/xmlpatterns/schema/doc/src/schema.qdoc @@ -114,7 +114,7 @@ After the \l{QXmlSchema} {QXmlSchema} is instanciated and the message handler set on it, the \l{QXmlSchema::load()} {load()} method is called with the schema data as argument. - If the schema is invalid or a parsing error has occured, \l{QXmlSchema::isValid()} {isValid()} + If the schema is invalid or a parsing error has occurred, \l{QXmlSchema::isValid()} {isValid()} returns \c{false} and the error is flagged in \c{errorOccurred}. If the loading was successful, a \l{QXmlSchemaValidator} {QXmlSchemaValidator} is instanciated and the schema passed in the constructor. -- cgit v1.2.3