summaryrefslogtreecommitdiff
path: root/system/dos/1986/src/fat and dir.dos.hd
diff options
context:
space:
mode:
Diffstat (limited to 'system/dos/1986/src/fat and dir.dos.hd')
-rw-r--r--system/dos/1986/src/fat and dir.dos.hd2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dos/1986/src/fat and dir.dos.hd b/system/dos/1986/src/fat and dir.dos.hd
index 7d53f41..2612b25 100644
--- a/system/dos/1986/src/fat and dir.dos.hd
+++ b/system/dos/1986/src/fat and dir.dos.hd
@@ -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