codespell: Fix newly found typos.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-04-03 17:43:50 -07:00
committed by Tim Abbott
parent ab7cd3c40a
commit 2ce8357009
5 changed files with 9 additions and 5 deletions

View File

@@ -221,7 +221,7 @@ export class MessageListView {
// These three data structures keep track of groups of messages in the DOM.
//
// The message_groups are blocks of messages rendered into the
// DOM that will share a common recipent bar heading.
// DOM that will share a common recipient bar heading.
//
// A message_container an object containing a Message object
// plus additional computed metadata needed for rendering it