瀏覽代碼

fcl-db: ibconnection: cosmetic

git-svn-id: trunk@27028 -
reiniero 11 年之前
父節點
當前提交
b7b7a6ffe5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/sqldb/interbase/ibconnection.pp

+ 1 - 1
packages/fcl-db/src/sqldb/interbase/ibconnection.pp

@@ -719,7 +719,7 @@ begin
     IBStatementType:=isc_vax_integer(@resbuf[3],blockSize);
     IBStatementType:=isc_vax_integer(@resbuf[3],blockSize);
     assert(resbuf[3+blockSize]=isc_info_end);
     assert(resbuf[3+blockSize]=isc_info_end);
     // If the statementtype is isc_info_sql_stmt_exec_procedure then
     // If the statementtype is isc_info_sql_stmt_exec_procedure then
-    // override the statement type derrived by parsing the query.
+    // override the statement type derived by parsing the query.
     // This to recognize statements like 'insert into .. returning' correctly
     // This to recognize statements like 'insert into .. returning' correctly
     case IBStatementType of
     case IBStatementType of
       isc_info_sql_stmt_select: FStatementType := stSelect;
       isc_info_sql_stmt_select: FStatementType := stSelect;