aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-24 10:09:15 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-24 10:09:15 +0200
commit0f24a2b0845a519e011b58e2d92a2752c2e73e5e (patch)
treed6778c05044c09f77bec9f67b2a918c9ba275aec
parent9338032d60a9a480f56d7efc105e721f5e6faf12 (diff)
downloadgamma-0f24a2b0845a519e011b58e2d92a2752c2e73e5e.tar.gz
gamma-0f24a2b0845a519e011b58e2d92a2752c2e73e5e.tar.bz2
Check spelling in docs.release-2.0
-rw-r--r--doc/expat.texi8
-rw-r--r--doc/sql.texi2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/expat.texi b/doc/expat.texi
index 993c1f2..e10404a 100644
--- a/doc/expat.texi
+++ b/doc/expat.texi
@@ -213,13 +213,13 @@ Handler procedure.
@end table
@end deffn
@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
(xml-set-handler parser
#:start-element-handler elt-start
#:end-element-handler elt-end)
@@ -340,13 +340,13 @@ Error code (number).
Line number (starts at 1).
@item
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
Offset of point that caused the error within the context.
@end enumerate
@end table
@@ -501,13 +501,13 @@ detailed discussion of these functions.
@cindex start element handler
@cindex handler, start element
@defvr {Handler Keyword} #:start-element-handler
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:
@table @var
@item name
@@ -525,13 +525,13 @@ A list of element attributes. Each attribute is represented by a cons
@cindex handler, end element
@defvr {Handler Keyword} #:end-element-handler
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:
@table @var
@item name
diff --git a/doc/sql.texi b/doc/sql.texi
index bca15a0..bb4152a 100644
--- a/doc/sql.texi
+++ b/doc/sql.texi
@@ -3,13 +3,13 @@
@c See gamma.texi for copying conditions.
@c *******************************************************************
@cindex SQL
@cindex MySQL
@cindex PostgreSQL
The @samp{(gamma sql)} module provides interface with MySQL and
-PostfeSQL database management systems.
+PostgreSQL database management systems.
Usage:
@lisp
(use-modules ((gamma sql)))
@end lisp

Return to:

Send suggestions and report system problems to the System administrator.