diff options
Diffstat (limited to 'system/dos/1986/src/eu disk descriptor.fd')
-rw-r--r-- | system/dos/1986/src/eu disk descriptor.fd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dos/1986/src/eu disk descriptor.fd b/system/dos/1986/src/eu disk descriptor.fd index c09c820..cd00175 100644 --- a/system/dos/1986/src/eu disk descriptor.fd +++ b/system/dos/1986/src/eu disk descriptor.fd @@ -58,7 +58,7 @@ PROC load shard interface table: load line:
table top INCR 1;
IF table top > table length
- THEN error stop ("Shard Interface Tabelle zu groá")
+ THEN error stop ("Shard Interface Tabelle zu groß")
FI;
INT VAR blank pos := 1;
format table [table top][size field] := next int;
|