summaryrefslogtreecommitdiffstats
path: root/versification/v11nsys.pl
diff options
context:
space:
mode:
Diffstat (limited to 'versification/v11nsys.pl')
-rw-r--r--versification/v11nsys.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/versification/v11nsys.pl b/versification/v11nsys.pl
index 60d487c..fff2043 100644
--- a/versification/v11nsys.pl
+++ b/versification/v11nsys.pl
@@ -188,7 +188,7 @@ foreach $infile (@srcfiles) {
if ($thisBook ne $lastBook) {
$bCount++;
$vm .= "\n\t// $idmap{$osis{lc($thisBook)}}\n\t";
- $abbrevsList .= $abbrevs{lc($thisBook)};
+ $abbrevsList .= $abbrevs{lc($osis{lc($thisBook)})};
if ($lastBook ne "") {
buildBooksArrays{};