Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / lib / sh / strpbrk.c
index 4439986..8cce830 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <stdc.h>
 
-/* Find the first ocurrence in S of any character in ACCEPT.  */
+/* Find the first occurrence in S of any character in ACCEPT.  */
 char *
 strpbrk (s, accept)
      register const char *s;