From 34424e2757fad9c47d761f7b2913440c12c64f3e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 19 Sep 2010 06:40:33 +0000 Subject: [PATCH] Remove duplicate "the the". --- mxml-file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mxml-file.c b/mxml-file.c index ef2b81e..3476d4c 100644 --- a/mxml-file.c +++ b/mxml-file.c @@ -30,7 +30,7 @@ * using a SAX callback. * mxmlSetCustomHandlers() - Set the handling functions for custom data. * mxmlSetErrorCallback() - Set the error message callback. - * mxmlSetWrapMargin() - Set the the wrap margin when saving XML data. + * mxmlSetWrapMargin() - Set the wrap margin when saving XML data. * mxml_add_char() - Add a character to a buffer, expanding as needed. * mxml_fd_getc() - Read a character from a file descriptor. * mxml_fd_putc() - Write a character to a file descriptor. @@ -600,7 +600,7 @@ mxmlSetErrorCallback(mxml_error_cb_t cb)/* I - Error callback function */ /* - * 'mxmlSetWrapMargin()' - Set the the wrap margin when saving XML data. + * 'mxmlSetWrapMargin()' - Set the wrap margin when saving XML data. * * Wrapping is disabled when "column" is 0. *