Fix: typo

This commit is contained in:
Sébastien Hut 2015-04-07 10:36:01 +02:00 committed by Sébastien Hut
parent 07aa6cb0de
commit 6eaa854ac4
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ module.exports = HumanModel.define({
if (chatState == 'composing')
return this.displayName + ' is composing';
else if (chatState == 'paused')
return this.displayName + ' stopped writting';
return this.displayName + ' stopped writing';
else if (chatState == 'gone')
return this.displayName + ' is gone';
return '';