spelling fixes

Former-commit-id: 1909bc5b30b2dfd4ece5c880aace9ca4fd830b48
This commit is contained in:
Jeremy Long
2013-05-09 19:49:25 -04:00
parent a70cbcc9d3
commit a1c7612a85
10 changed files with 13 additions and 14 deletions

View File

@@ -474,7 +474,7 @@ public class Dependency implements Comparable<Dependency> {
relatedDependencies.add(dependency);
}
/**
* Implemenation of the Comparable<Dependency> interface. The comparison
* Implementation of the Comparable<Dependency> interface. The comparison
* is solely based on the file name.
* @param o a dependency to compare
* @return an integer representing the natural ordering

View File

@@ -96,7 +96,7 @@ public class EvidenceCollection implements Iterable<Evidence> {
*/
private Set<Evidence> list;
/**
* A collection of strings used to adjust lucene's term weighting.
* A collection of strings used to adjust Lucene's term weighting.
*/
private Set<String> weightedStrings;