aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-07-29 15:23:46 +0200
committerBjörn Gustavsson <[email protected]>2010-07-29 15:23:46 +0200
commitdee1dc6e9dbb8a3c24e436a468e91e861d1a6950 (patch)
tree56065df71024f8024aec37c9071509aef19de570 /lib/odbc
parentd7c3a2dd6bdd963fde37236bd9155d59b344f9b2 (diff)
parent205cc29241a17736ab93d82459a19fece7ba7b20 (diff)
downloadotp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.gz
otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.bz2
otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.zip
Merge branch 'cg/small-typos' into dev
Diffstat (limited to 'lib/odbc')
-rw-r--r--lib/odbc/doc/src/databases.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/odbc/doc/src/databases.xml b/lib/odbc/doc/src/databases.xml
index 9776736909..a6ba0e5245 100644
--- a/lib/odbc/doc/src/databases.xml
+++ b/lib/odbc/doc/src/databases.xml
@@ -258,7 +258,7 @@ when p >= 16 </cell>
that contains more than one SQL query. For example, the
following SQLServer-specific statement creates a procedure that
returns a result set containing information about employees
- that work at the department and and a result set listing the
+ that work at the department and a result set listing the
customers of that department. </p>
<code type="none">
CREATE PROCEDURE DepartmentInfo (@DepartmentID INT) AS