aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_xmlreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_xmlreader.cpp')
-rw-r--r--src/modules/objects/class_xmlreader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_xmlreader.cpp b/src/modules/objects/class_xmlreader.cpp
index 4e2a1605d..dfe19c6be 100644
--- a/src/modules/objects/class_xmlreader.cpp
+++ b/src/modules/objects/class_xmlreader.cpp
@@ -62,7 +62,7 @@
[/example]
During the call the <xml_data> string will be parsed and the
relevant on* events (see below) will be triggered.
- $parse will return $true when the parsing terminates succesfully
+ $parse will return $true when the parsing terminates successfully
or $false if it aborts for some reason (unrecoverable error
in the document, user abort etc...).
If this function return $false then you can call $lastError() to
@@ -80,7 +80,7 @@
The default implementation does nothing besides returning $true.
!fn: <boolean> $onDocumentEnd()
- This function is called when the document parsing terminates succesfully.
+ This function is called when the document parsing terminates successfully.
You can reimplement it in order to handle this notification.
You should return $true if you want document parsing to continue
and $false if you want it to be aborted.