git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@797310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2009-07-24 02:43:58 +00:00
parent 7b0b45796b
commit f758b4d259
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ package org.apache.lucene.search.spell;
*/
/**
* Levenshtein edit distance class.
* Levenstein edit distance class.
*/
public final class LevensteinDistance implements StringDistance {