Browse Source

* fixed typo in comment

git-svn-id: trunk@13051 -
Vincent Snijders 16 years ago
parent
commit
2b780dbad4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sqldb/odbc/odbcconn.pas

+ 1 - 1
packages/fcl-db/src/sqldb/odbc/odbcconn.pas

@@ -498,7 +498,7 @@ begin
         SQLFreeHandle(SQL_HANDLE_DBC,FDBCHandle),
         SQLFreeHandle(SQL_HANDLE_DBC,FDBCHandle),
         SQL_HANDLE_DBC,FDBCHandle,'Could not free ODBC Connection handle.'
         SQL_HANDLE_DBC,FDBCHandle,'Could not free ODBC Connection handle.'
       );
       );
-      raise; // re-raise exceptoin
+      raise; // re-raise exception
     end;
     end;
   end;
   end;