# HG changeset patch # User stefano # Date 1264878217 0 # Node ID 5dc6729a3b4ef143320bffee5bce2e37db3f7676 # Parent f01765adeb5cca4c75577e0dafd86d18844654e7 Remove duplicated word in av_strlcat() doxy. diff -r f01765adeb5c -r 5dc6729a3b4e avstring.h --- a/avstring.h Sat Jan 30 18:50:00 2010 +0000 +++ b/avstring.h Sat Jan 30 19:03:37 2010 +0000 @@ -83,7 +83,7 @@ /** * Append output to a string, according to a format. Never write out of - * the destination buffer, and and always put a terminating 0 within + * the destination buffer, and always put a terminating 0 within * the buffer. * @param dst destination buffer (string to which the output is * appended)