diff avstring.h @ 828:5dc6729a3b4e libavutil

Remove duplicated word in av_strlcat() doxy.
author stefano
date Sat, 30 Jan 2010 19:03:37 +0000
parents 197e6e41f46f
children 536c2e94defa
line wrap: on
line diff
--- 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)