Explorar o código

fcl-db: cosmetic

git-svn-id: trunk@26897 -
reiniero %!s(int64=11) %!d(string=hai) anos
pai
achega
f77060135c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-db/src/sqldb/interbase/ibconnection.pp

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

@@ -701,7 +701,7 @@ begin
         // Always force the creation of slqind for parameters. It could be
         // that a database trigger takes care of inserting null values, so
         // it should always be possible to pass null parameters. If that fails,
-        // the database server will generate the appropiate error.
+        // the database server will generate the appropriate error.
         sqltype := sqltype or 1;
         new(sqlind);
         end;