diff options
Diffstat (limited to 'relaxng.c')
-rw-r--r-- | relaxng.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8347,7 +8347,7 @@ xmlRelaxNGValidatePushElement(xmlRelaxNGValidCtxtPtr ctxt, * xmlRelaxNGValidatePushCData: * @ctxt: the RelaxNG validation context * @data: some character data read - * @len: the lenght of the data + * @len: the length of the data * * check the CData parsed for validation in the current stack * |