We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b96e8 commit 854d7fbCopy full SHA for 854d7fb
builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
@@ -17,7 +17,7 @@
17
Helper functions for FB installer
18
19
These are / ought to be fairly generic
20
- It makes more sense if they are independant functions - ie, they don't
+ It makes more sense if they are independent functions - ie, they don't
21
call other functions in the script and they don't need to know about the
22
install script itself.
23
@@ -53,7 +53,7 @@ Function Prototypes
53
function GetInstalledVersion(BinaryFile: String): Array of Integer;
54
function ConvertIBVerStrToFbVerStr( VerStr: String) : String;
55
function GetRegistryEntry(RegKey, RegEntry: string): String;
56
-
+
57
*)
58
59
(*
0 commit comments