summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmodules/conf/confmaker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index 07268f2..e55475a 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -126,7 +126,7 @@ my @word_features = ('lemma', 'gloss', 'morph',);
my %doc_filters = ( 'title' => "OSISHeadings",
'note' => "OSISFootnotes",
- 'reference' => "OSISScripRef",
+ 'reference' => "OSISScripref",
'gloss' => "OSISGlosses",
'lemma' => "OSISStrongs",
'morph' => "OSISMorph",