From 4451f4ad62d4f5117f815e258e3c2cf4fa0fb758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 3 Jan 2020 11:15:35 +0100 Subject: [PATCH] term: spell 'initialize' correctly --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index fe69890d..8a602925 100644 --- a/terminal.c +++ b/terminal.c @@ -653,7 +653,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct wayland *wayl, if ((term->slave = slave_spawn(term->ptmx, argc, term->cwd, argv, term_env, conf->shell)) == -1) goto err; - /* Initiailze the Wayland window backend */ + /* Initialize the Wayland window backend */ if ((term->window = wayl_win_init(wayl)) == NULL) goto err;