[vlc-commits] text: fix spelling mistakes

Eric Engestrom git at videolan.org
Sat Apr 2 17:13:32 CEST 2016


vlc | branch: master | Eric Engestrom <eric at engestrom.ch> | Sat Apr  2 15:50:36 2016 +0100| [d38c30ff4c78d2c841a42264cb77978464a0648a] | committer: Rémi Denis-Courmont

text: fix spelling mistakes

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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



More information about the vlc-commits mailing list