diff options
Diffstat (limited to 'system/dos/1986/src/fat and dir.dos.fd')
-rw-r--r-- | system/dos/1986/src/fat and dir.dos.fd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dos/1986/src/fat and dir.dos.fd b/system/dos/1986/src/fat and dir.dos.fd index 5a82655..35cf118 100644 --- a/system/dos/1986/src/fat and dir.dos.fd +++ b/system/dos/1986/src/fat and dir.dos.fd @@ -157,7 +157,7 @@ load next subdir if possible: get next subdir name:
TEXT VAR subdir name;
IF (path SUB 1) <> "\"
- THEN error stop ("ungltige Pfadbezeichnung")
+ THEN error stop ("ungültige Pfadbezeichnung")
FI;
INT VAR backslash pos := pos (path, "\", "\", 2);
IF backslash pos = 0
|