From 135e105d076ea7bcc0f0e507cb54525403478d6e Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 15 Feb 2006 16:49:24 +0000 Subject: * link_allways -> link_always (forgot to commit) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk/compiler@2597 3ad0048d-3df7-0310-abae-a5850022a9f2 --- globtype.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globtype.pas b/globtype.pas index 129f0cb07f..e494d0c89a 100644 --- a/globtype.pas +++ b/globtype.pas @@ -307,7 +307,7 @@ than 255 characters. That's why using Ansi Strings} const { link options } link_none = $0; - link_allways = $1; + link_always = $1; link_static = $2; link_smart = $4; link_shared = $8; -- cgit v1.2.1