* Small typo fix

This commit is contained in:
Bryan Ashby 2015-08-27 22:33:36 -06:00
parent 8dc06cb49d
commit 87dcb1bdda
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
return '{msgNum} - {subj} {to}'.format( {
msgNum : msgNum++,
subj : mle.subject,
to : mle.to
to : mle.toUsername
} );
}));