From 6d8b13a9bfc17c48a720f542f650608e3a0b3069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Mon, 4 Jan 2016 08:17:33 +0100 Subject: [PATCH] Corrected a typo in ERRICL --- INC/A2osX.I.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INC/A2osX.I.txt b/INC/A2osX.I.txt index 6ff50988..d6824a2c 100644 --- a/INC/A2osX.I.txt +++ b/INC/A2osX.I.txt @@ -282,7 +282,7 @@ MEMMGR.ERROOH .EQ $FE Out Of Handle Error *-------------------------------------- DEVMGR.ERROOM .EQ $EF Out Of Memory Error DEVMGR.ERROOH .EQ $EE Out Of Handle Error -DEVMGR.ERRNICL .EQ $ED Invalid Command Line +DEVMGR.ERRICL .EQ $ED Invalid Command Line DEVMGR.ERRNOHW .EQ $EC No Hardware DEVMGR.ERRDNF .EQ $EB Device Not Found Error *--------------------------------------