codespell: Fix typos caught by codespell.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-10-09 11:41:12 -07:00
parent eea59e2edc
commit 7b4a74cc4d
17 changed files with 18 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ const welcome_bot = {
people.add_cross_realm_user(welcome_bot);
function test_ui(label, f) {
// The sloppy_$ flag lets us re-use setup from prior tests.
// The sloppy_$ flag lets us reuse setup from prior tests.
run_test(label, (helpers) => {
$("#compose-textarea").val("some message");
f(helpers);