vlc | branch: master | Eric Engestrom <[email protected]> | Sat Apr 2 15:50:36 2016 +0100| [d38c30ff4c78d2c841a42264cb77978464a0648a] | committer: Rémi Denis-Courmont
text: fix spelling mistakes Signed-off-by: Eric Engestrom <[email protected]> Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d38c30ff4c78d2c841a42264cb77978464a0648a --- src/text/unicode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/text/unicode.c b/src/text/unicode.c index c274cf2..2e06ae3 100644 --- a/src/text/unicode.c +++ b/src/text/unicode.c @@ -192,8 +192,8 @@ size_t vlc_towc (const char *str, uint32_t *restrict pwc) * @param haystack string to look into * @param needle string to look for - * @return a pointer to the first occurence of the needle within the haystack, - * or NULL if no occurence were found. + * @return a pointer to the first occurrence of the needle within the haystack, + * or NULL if no occurrence were found. */ char *vlc_strcasestr (const char *haystack, const char *needle) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
