Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Seaman committed Oct 29, 2014
1 parent fbc8d26 commit cd67171
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -110,7 +110,7 @@ public final IdentificationResultCollection submit(IdentificationRequest request
/**
* Subclasses should override this to process the container in its specific way.
* @param request the identification request to process.
* @param matches a Liost of container signature potential matches.
* @param matches a List of container signature potential matches.
* @throws IOException if the input stream could not be read
*/
protected abstract void process(IdentificationRequest request,
Expand Down Expand Up @@ -257,4 +257,4 @@ public void setSignatureFilePath(String signatureFilePath) {
public void setMaxBytesToScan(long maxBytesToScan) {
this.maxBytesToScan = maxBytesToScan;
}
}
}

0 comments on commit cd67171

Please sign in to comment.