From: <ro...@us...> - 2015-09-22 06:00:41
|
Revision: 62241 http://sourceforge.net/p/firebird/code/62241 Author: robocop Date: 2015-09-22 06:00:39 +0000 (Tue, 22 Sep 2015) Log Message: ----------- Misc. Modified Paths: -------------- firebird/trunk/builds/install/arch-specific/win32/FirebirdInstall_30.iss firebird/trunk/src/jrd/vio.cpp Modified: firebird/trunk/builds/install/arch-specific/win32/FirebirdInstall_30.iss =================================================================== --- firebird/trunk/builds/install/arch-specific/win32/FirebirdInstall_30.iss 2015-09-22 00:09:35 UTC (rev 62240) +++ firebird/trunk/builds/install/arch-specific/win32/FirebirdInstall_30.iss 2015-09-22 06:00:39 UTC (rev 62241) @@ -715,7 +715,7 @@ 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; Modified: firebird/trunk/src/jrd/vio.cpp =================================================================== --- firebird/trunk/src/jrd/vio.cpp 2015-09-22 00:09:35 UTC (rev 62240) +++ firebird/trunk/src/jrd/vio.cpp 2015-09-22 06:00:39 UTC (rev 62241) @@ -5100,7 +5100,7 @@ * 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. * **************************************/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |