From 78495a7f6409ccdf976f795cb47873ec81c26efa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Jan 2022 20:35:21 +0530 Subject: [PATCH] spelling --- shell-integration/zsh/kitty-integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-integration/zsh/kitty-integration b/shell-integration/zsh/kitty-integration index 6cf978002..b04907552 100644 --- a/shell-integration/zsh/kitty-integration +++ b/shell-integration/zsh/kitty-integration @@ -49,7 +49,7 @@ _ksi_debug_print() { # - By deferring initialization we allow user rc files to opt out from some # parts of integration. For example, if a zshrc theme prints OSC 133 # marks, it can append " no-prompt-mark" to KITTY_SHELL_INTEGRATION during -# intialization to avoid redundant marks from our code. +# initialization to avoid redundant marks from our code. builtin typeset -ag precmd_functions precmd_functions+=(_ksi_deferred_init)