Browse Source

Fixing typo

Jason O'Donnell 10 years ago
parent
commit
42fb690a1c

+ 1 - 1
docs/reference/analysis/tokenfilters/common-grams-tokenfilter.asciidoc

@@ -1,7 +1,7 @@
 [[analysis-common-grams-tokenfilter]]
 === Common Grams Token Filter
 
-Token filter that generates bigrams for frequently occuring terms.
+Token filter that generates bigrams for frequently occurring terms.
 Single terms are still indexed. It can be used as an alternative to the
 <<analysis-stop-tokenfilter,Stop
 Token Filter>> when we don't want to completely ignore common terms.