ui_init.js: Fix typo in comment.

This commit is contained in:
Sarah 2017-09-26 11:55:18 -07:00 committed by Tim Abbott
parent 7445493fb3
commit a72c7ac28f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function message_hover(message_row) {
return;
}
// But the message edit hover icon is determined by whether the message is still editablex
// But the message edit hover icon is determined by whether the message is still editable
if ((message_edit.get_editability(message) === message_edit.editability_types.FULL) &&
!message.status_message) {
message_row.find(".edit_content").html('<i class="icon-vector-pencil edit_content_button"></i>');