The language string displayed to a user when they are not allowed to enter a chat room is incorrect:
> mod/chat/lang/en/chat.php:$string['notallowenter'] = 'You are not allow to enter the chat room.';
It should be:
> mod/chat/lang/en/chat.php:$string['notallowenter'] = 'You are not allowed to enter the chat room.';