]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/boyer-moore/boyer-moore-docs.factor
docs: typos: occurence -> occurrence
[factor.git] / extra / boyer-moore / boyer-moore-docs.factor
index d87f431ee7fa14c70e3ccf10317b1b66dc818784..2b23e72fc6f470ce02afdeb10768e9ab3d09de77 100644 (file)
@@ -22,7 +22,7 @@ HELP: search-from
   { "i/f" "the index of first match or " { $link f }  }
 }
 { $description "Performs an attempt to find the first "
-  "occurence of pattern in " { $snippet "seq" }
+  "occurrence of pattern in " { $snippet "seq" }
   " starting from " { $snippet "from" } " using "
   "Boyer-Moore search algorithm. Output is the index "
   "if the attempt was  succeessful and " { $link f }