diff mbox series

[FFmpeg-devel] lavu/avstring: fix typo in av_strireplace function doxy

Message ID 20230901134219.1454970-1-stefasab@gmail.com
State Accepted
Commit 362ebf246c0574e481992961fdae1d6a0d2a6eb0
Headers show
Series [FFmpeg-devel] lavu/avstring: fix typo in av_strireplace function doxy | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Stefano Sabatini Sept. 1, 2023, 1:42 p.m. UTC
---
 libavutil/avstring.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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);