We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f21fad commit 3ba82faCopy full SHA for 3ba82fa
jbrowse/src/org/labkey/jbrowse/model/JsonFile.java
@@ -984,7 +984,7 @@ private void prepareLuceneIndex(Logger log) throws PipelineJobException
984
DISCVRSeqRunner runner = new DISCVRSeqRunner(log);
985
if (!runner.jarExists())
986
{
987
- log.error("Unable to find DISCVRSeq.jar, skiping lucene index creation");
+ log.error("Unable to find DISCVRSeq.jar, skipping lucene index creation");
988
return;
989
}
990
0 commit comments