8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00
This commit is contained in:
Paul Reeves 2023-09-29 12:26:57 +02:00
parent 01f4ab1103
commit 8835dfc558

View File

@ -8,7 +8,7 @@
; for the specific language governing rights and limitations under the ; for the specific language governing rights and limitations under the
; License. ; License.
; ;
; The Original Code is copyright 2001-20016 Paul Reeves for IBPhoenix. ; The Original Code is copyright 2001-2023 Paul Reeves for IBPhoenix.
; ;
; The Initial Developer of the Original Code is Paul Reeves for IBPhoenix. ; The Initial Developer of the Original Code is Paul Reeves for IBPhoenix.
; ;
@ -722,7 +722,7 @@ begin
exit; exit;
end; end;
//By default we want to install and confugure, //By default we want to install and configure,
//unless subsequent analysis suggests otherwise. //unless subsequent analysis suggests otherwise.
InstallAndConfigure := Install + Configure; InstallAndConfigure := Install + Configure;