term: spell 'initialize' correctly

This commit is contained in:
Daniel Eklöf 2020-01-03 11:15:35 +01:00
parent 29483f936f
commit 4451f4ad62
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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;