aboutsummaryrefslogtreecommitdiff
path: root/doc/expat.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/expat.texi')
-rw-r--r--doc/expat.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/expat.texi b/doc/expat.texi
index 993c1f2..e10404a 100644
--- a/doc/expat.texi
+++ b/doc/expat.texi
@@ -216,7 +216,7 @@ Handler procedure.
@deffn {Scheme function} xml-set-handler parser args@dots{}
Sets several handlers at once. Optional arguments (@var{args})
-are constracted of keywords (as described in
+are constructed of keywords (as described in
@pxref{handler-keyword}), followed by their arguments, for example:
@lisp
@@ -343,7 +343,7 @@ Line number (starts at 1).
Column number (starts at 0).
@item
-Context in which the error occured, i.e. a part of the input text
+Context in which the error occurred, i.e. a part of the input text
which was found to contain the error.
@item
@@ -504,7 +504,7 @@ detailed discussion of these functions.
Sets handler for start (and empty) tags.
@end defvr
-The hanlder must be defined as follows:
+The handler must be defined as follows:
@deffn {Handler prototype} start-element name attrs
Arguments:
@@ -528,7 +528,7 @@ Sets handler for end (and empty) tags. An empty tag generates a call
to both start and end handlers (in that order).
@end defvr
-The hanlder must be defined as follows:
+The handler must be defined as follows:
@deffn {Handler prototype} end-element name
Arguments:

Return to:

Send suggestions and report system problems to the System administrator.