lavu/avstring: fix typo in av_strireplace function doxy

This commit is contained in:
Stefano Sabatini 2023-09-01 11:39:45 +02:00
parent a76fb12375
commit 362ebf246c
1 changed files with 1 additions and 1 deletions

View File

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