summaryrefslogtreecommitdiff
path: root/plugins/zsh-navigation-tools/doc/n-preview
diff options
context:
space:
mode:
authorAlexander Cyon <Sajjon@users.noreply.github.com>2024-09-01 21:01:27 +0200
committerGitHub <noreply@github.com>2024-09-01 21:01:27 +0200
commitd78275fdbb876cee9c55f5c2731b8c1fac7be6d2 (patch)
tree036ba2075d49e31510bd0f41224ccf7c93cda975 /plugins/zsh-navigation-tools/doc/n-preview
parentc68ff8aeedc2b779ae42d745457ecd443e22e212 (diff)
downloadzsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.gz
zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.bz2
zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.zip
chore: fix typos (#12647)
Diffstat (limited to 'plugins/zsh-navigation-tools/doc/n-preview')
-rw-r--r--plugins/zsh-navigation-tools/doc/n-preview2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zsh-navigation-tools/doc/n-preview b/plugins/zsh-navigation-tools/doc/n-preview
index 2d8eea3fb..bcbbb88c7 100644
--- a/plugins/zsh-navigation-tools/doc/n-preview
+++ b/plugins/zsh-navigation-tools/doc/n-preview
@@ -170,7 +170,7 @@ while (( 1 )); do
elif [ -n "$keypad" ]; then
final_key="$keypad"
else
- _vpreview_status_msg "Inproper input detected"
+ _vpreview_status_msg "Improper input detected"
zcurses refresh status
fi