IDE: fixed typo

git-svn-id: trunk@15136 -
This commit is contained in:
vincents 2008-05-14 14:59:14 +00:00
parent a79cdddc94
commit 4997713fae

View File

@ -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')