Skip to content

Commit

Permalink
Fixed typo 'feia' in propersdata.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nklamann authored Sep 18, 2023
1 parent 6a36a14 commit 96bec12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions propersdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var sundayKeys = [
{key:"Pent16",title:"16 post Pentecosten",en:"16th Sunday after Pentecost"},
{key:"Pent17",title:"17 post Pentecosten",en:"17th Sunday after Pentecost"},
{key:"EmbWedSept",title:"Feria Quarta IV Temporum Septembris",en:"Ember Wednesday in September"},
{key:"EmbFriSept",title:"Feia Sexta IV Temporum Septembris",en:"Ember Friday in September"},
{key:"EmbFriSept",title:"Feria Sexta IV Temporum Septembris",en:"Ember Friday in September"},
{key:"EmbSatSept",title:"Sabbato IV Temporum Septembris",en:"Ember Saturday in September"},
{key:"EmbSatSeptS",title:"Sabbato IV Temporum (forma brevior)",en:"Ember Saturday (shorter form)"},
{key:"Pent18",title:"18 post Pentecosten",en:"18th Sunday after Pentecost"},
Expand Down Expand Up @@ -7327,4 +7327,4 @@ for(key in chantID.alleluia) {
chantID.graduale['alleluia ℣. ' + key] = chantID.alleluia[key];
}
var module;
if(module && module.exports) module.exports.proprium = proprium;
if(module && module.exports) module.exports.proprium = proprium;

0 comments on commit 96bec12

Please sign in to comment.