aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc
diff options
context:
space:
mode:
authorCristian Greco <[email protected]>2010-07-16 11:50:55 +0200
committerBjörn Gustavsson <[email protected]>2010-07-26 12:01:22 +0200
commit205cc29241a17736ab93d82459a19fece7ba7b20 (patch)
treef2ada3b498486d1e726bf0b41f15477b19dde257 /lib/odbc
parentc4b4edaaf03ac12e12080cb4a3768edbb6ecf77d (diff)
downloadotp-205cc29241a17736ab93d82459a19fece7ba7b20.tar.gz
otp-205cc29241a17736ab93d82459a19fece7ba7b20.tar.bz2
otp-205cc29241a17736ab93d82459a19fece7ba7b20.zip
Fix minor typos and errors in documentation
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