changeset 828:5dc6729a3b4e libavutil

Remove duplicated word in av_strlcat() doxy.
author stefano
date Sat, 30 Jan 2010 19:03:37 +0000
parents f01765adeb5c
children bd84e0b5d422
files avstring.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)