[FFmpeg-cvslog] lavu/avstring: fix typo in av_strireplace function doxy
Stefano Sabatini
git at videolan.org
Wed Sep 6 02:13:23 EEST 2023
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Sep 1 11:39:45 2023 +0200| [362ebf246c0574e481992961fdae1d6a0d2a6eb0] | committer: Stefano Sabatini
lavu/avstring: fix typo in av_strireplace function doxy
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=362ebf246c0574e481992961fdae1d6a0d2a6eb0
---
libavutil/avstring.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/avstring.h b/libavutil/avstring.h
index e260263763..9b187e8d92 100644
--- a/libavutil/avstring.h
+++ b/libavutil/avstring.h
@@ -265,7 +265,7 @@ int av_strncasecmp(const char *a, const char *b, size_t n);
/**
* Locale-independent strings replace.
- * @note This means only ASCII-range characters are replace
+ * @note This means only ASCII-range characters are replaced.
*/
char *av_strireplace(const char *str, const char *from, const char *to);
More information about the ffmpeg-cvslog
mailing list