瀏覽代碼

* fixed typo in comment

git-svn-id: trunk@13051 -
Vincent Snijders 16 年之前
父節點
當前提交
2b780dbad4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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),
         SQL_HANDLE_DBC,FDBCHandle,'Could not free ODBC Connection handle.'
       );
-      raise; // re-raise exceptoin
+      raise; // re-raise exception
     end;
   end;