* fixing typo in istrumens_rsvp

This commit is contained in:
Seth Call 2014-06-20 13:52:11 -05:00
parent e200747096
commit 6aa51e43b9
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@
instruments_rsvp[slot.description]["count"] = instruments_rsvp[slot.description]["count"] + 1;
}
else {
instrumens_rsvp[slot.description] = {"count": 1, "level": slot.proficiency_desc};
instruments_rsvp[slot.description] = {"count": 1, "level": slot.proficiency_desc};
}
});