Skip to content

Commit 3ba82fa

Browse files
committed
Fix typo
1 parent 8f21fad commit 3ba82fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/org/labkey/jbrowse/model/JsonFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ private void prepareLuceneIndex(Logger log) throws PipelineJobException
984984
DISCVRSeqRunner runner = new DISCVRSeqRunner(log);
985985
if (!runner.jarExists())
986986
{
987-
log.error("Unable to find DISCVRSeq.jar, skiping lucene index creation");
987+
log.error("Unable to find DISCVRSeq.jar, skipping lucene index creation");
988988
return;
989989
}
990990

0 commit comments

Comments
 (0)