diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,4 @@
+2010-1-30
+    1.8.1.1: removed a silly typo; thank you, Don Steward ;-)
 2010-1-29
     1.8.1: uses updated exception handling of hsql-1.8.1; refactorings
diff --git a/Database/HSQL/ODBC.hs b/Database/HSQL/ODBC.hs
--- a/Database/HSQL/ODBC.hs
+++ b/Database/HSQL/ODBC.hs
@@ -142,7 +142,7 @@
 {-|
 -}
 odbcDescribe :: Connection 
-             -> HDBCC -- ^ ODBC handle
+             -> HDBC -- ^ ODBC handle
              -> String -- ^ table name
              -> IO [FieldDef]
 odbcDescribe connection hDBC table = do
diff --git a/hsql-odbc.cabal b/hsql-odbc.cabal
--- a/hsql-odbc.cabal
+++ b/hsql-odbc.cabal
@@ -1,5 +1,5 @@
 name:		hsql-odbc
-version:	1.8.1
+version:	1.8.1.1
 Synopsis:	A Haskell Interface to ODBC. 
 license:	BSD3
 License-file:	 LICENSE
