[vlc-devel] [PATCH 06/10] text: fix spelling mistakes

Eric Engestrom eric at engestrom.ch
Sat Apr 2 16:50:36 CEST 2016


Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
 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)
 {
-- 
2.8.0



More information about the vlc-devel mailing list