Release of libxml-1.1, Daniel.
diff --git a/error.c b/error.c
index a9f0a0b..6d1f57d 100644
--- a/error.c
+++ b/error.c
@@ -12,7 +12,7 @@
 
 /**
  * xmlParserError:
- * @ctxt:  an XML parser context
+ * @ctx:  an XML parser context
  * @msg:  the message to display/transmit
  * @...:  extra parameters for the message display
  * 
@@ -66,7 +66,7 @@
 
 /**
  * xmlParserWarning:
- * @ctxt:  an XML parser context
+ * @ctx:  an XML parser context
  * @msg:  the message to display/transmit
  * @...:  extra parameters for the message display
  *