From a1349d3b44842241c6a7b321c36de6de4c87dcd7 Mon Sep 17 00:00:00 2001 From: robocop Date: Tue, 22 Sep 2015 06:00:39 +0000 Subject: [PATCH] Misc. --- builds/install/arch-specific/win32/FirebirdInstall_30.iss | 2 +- src/jrd/vio.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/install/arch-specific/win32/FirebirdInstall_30.iss b/builds/install/arch-specific/win32/FirebirdInstall_30.iss index b8d46bc1a6..a2bf9b4fca 100644 --- a/builds/install/arch-specific/win32/FirebirdInstall_30.iss +++ b/builds/install/arch-specific/win32/FirebirdInstall_30.iss @@ -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; diff --git a/src/jrd/vio.cpp b/src/jrd/vio.cpp index 1b563c558c..e037f3b694 100644 --- a/src/jrd/vio.cpp +++ b/src/jrd/vio.cpp @@ -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. * **************************************/