diff --git a/bin/fzf-preview.sh b/bin/fzf-preview.sh index 8991e3de..09cdda7c 100755 --- a/bin/fzf-preview.sh +++ b/bin/fzf-preview.sh @@ -64,7 +64,7 @@ elif command -v chafa > /dev/null; then # 3. If chafa is not found but imgcat is available, use it on iTerm2 elif command -v imgcat > /dev/null; then # NOTE: We should use https://iterm2.com/utilities/it2check to check if the - # user is running iTerm2. But for the sake of simplicty, we just assume + # user is running iTerm2. But for the sake of simplicity, we just assume # that's the case here. imgcat -W "${dim%%x*}" -H "${dim##*x}" "$file" diff --git a/typos.toml b/typos.toml index f370b992..0c55458c 100644 --- a/typos.toml +++ b/typos.toml @@ -4,6 +4,7 @@ ba = "ba" fo = "fo" enew = "enew" tabe = "tabe" +Iterm = "Iterm" [files] extend-exclude = ["README.md"]