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
@@ -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:
diff --git a/doc/sql.texi b/doc/sql.texi
index bca15a0..bb4152a 100644
--- a/doc/sql.texi
+++ b/doc/sql.texi
@@ -6,7 +6,7 @@
@cindex MySQL
@cindex PostgreSQL
The @samp{(gamma sql)} module provides interface with MySQL and
-PostfeSQL database management systems.
+PostgreSQL database management systems.
Usage:

Return to:

Send suggestions and report system problems to the System administrator.