Skip to content

Commit 854d7fb

Browse files
authored
Minor typo fixed (#7959)
1 parent 58b96e8 commit 854d7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Helper functions for FB installer
1818
1919
These are / ought to be fairly generic
20-
It makes more sense if they are independant functions - ie, they don't
20+
It makes more sense if they are independent functions - ie, they don't
2121
call other functions in the script and they don't need to know about the
2222
install script itself.
2323
@@ -53,7 +53,7 @@ Function Prototypes
5353
function GetInstalledVersion(BinaryFile: String): Array of Integer;
5454
function ConvertIBVerStrToFbVerStr( VerStr: String) : String;
5555
function GetRegistryEntry(RegKey, RegEntry: string): String;
56-
56+
5757
*)
5858

5959
(*

0 commit comments

Comments
 (0)