Oops, Daniel
diff --git a/xmlIO.c b/xmlIO.c
index ae4aa08..0698d04 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -130,7 +130,7 @@
  ************************************************************************/
 
 static const char *IOerr[] = {
-    "Unknown IO error errno",   /* UNKNOWN */
+    "Unknown IO error",         /* UNKNOWN */
     "Permission denied",	/* EACCES */
     "Resource temporarily unavailable",/* EAGAIN */
     "Bad file descriptor",	/* EBADF */