From 4997713fae1323fe5b3587a6ea15e1b51d08aa62 Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 14 May 2008 14:59:14 +0000 Subject: [PATCH] IDE: fixed typo git-svn-id: trunk@15136 - --- ide/lazconf.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazconf.pp b/ide/lazconf.pp index 1ea4d8fa2e..866a6e90a3 100644 --- a/ide/lazconf.pp +++ b/ide/lazconf.pp @@ -95,7 +95,7 @@ const // returns the standard executable extension (e.g '.exe') function GetExecutableExt(TargetOS: string = ''): string; - // returns the standard library extension (e.g '.dll' or '.dynlib') + // returns the standard library extension (e.g '.dll' or '.dylib') function GetLibraryExt(TargetOS: string = ''): string; // returns the standard file extension for compiled units (e.g '.ppu')