mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* fixed typo in comment
git-svn-id: trunk@13051 -
This commit is contained in:
parent
5b08047d1c
commit
2b780dbad4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user