8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
This commit is contained in:
robocop 2015-09-22 06:00:39 +00:00
parent e934f55d0a
commit a1349d3b44
2 changed files with 2 additions and 2 deletions

View File

@ -715,7 +715,7 @@ begin
if pos('FORCE',Uppercase(CommandLine)) > 0 then
ForceInstall:=True;
// For now we disable insaltion of the cpl applet until it is fixed.
// For now we disable installation of the cpl applet until it is fixed.
// if pos('NOCPL', Uppercase(CommandLine)) > 0 then
NoCPL := True;

View File

@ -5100,7 +5100,7 @@ static void list_staying_fast(thread_db* tdbb, record_param* rpb, RecordStack& s
* Functional description
* Get all the data that's staying so we can clean up indexes etc.
* without losing anything. This is fast version of old list_staying.
* It is used when current transaction own the record and thus guaranteed
* It is used when current transaction owns the record and thus guaranteed
* that versions chain is not changed during walking.
*
**************************************/