summaryrefslogtreecommitdiff
path: root/globtype.pas
diff options
context:
space:
mode:
Diffstat (limited to 'globtype.pas')
-rw-r--r--globtype.pas2
1 files changed, 1 insertions, 1 deletions
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;