* fixed typo in comment

git-svn-id: trunk@13051 -
This commit is contained in:
Vincent Snijders 2009-04-27 10:25:37 +00:00
parent 5b08047d1c
commit 2b780dbad4

View File

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