fix mis-spelled assert comment.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doron Cohen 2011-03-22 16:46:53 +00:00
parent bb8e6ae846
commit 1029aedcfd
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ public class TrecContentSourceTest extends LuceneTestCase {
gotExpectedException = true;
}
assertTrue("Should have gotten NoMoreDataException!", gotExpectedException);
assertEquals("Wrong numbre of documents created by osurce!",5,n);
assertEquals("Wrong number of documents created by osurce!",5,n);
assertTrue("Did not see all types!",unseenTypes.isEmpty());
}