diff options
Diffstat (limited to 'system/dos/1986/src/eu disk descriptor.hd')
-rw-r--r-- | system/dos/1986/src/eu disk descriptor.hd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dos/1986/src/eu disk descriptor.hd b/system/dos/1986/src/eu disk descriptor.hd index 73179db..caeef66 100644 --- a/system/dos/1986/src/eu disk descriptor.hd +++ b/system/dos/1986/src/eu disk descriptor.hd @@ -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;
|