0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

chore(zsh-navigation-tools): fix typo (#11960)

This commit is contained in:
Sandesh Pyakurel 2023-10-12 20:09:40 +05:45 committed by GitHub
parent 7329b2fbb1
commit 772b41ea5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -467,7 +467,7 @@ while (( 1 )); do
elif [ -n "$keypad" ]; then
final_key="$keypad"
else
_nlist_status_msg "Inproper input detected"
_nlist_status_msg "Improper input detected"
zcurses refresh main inner
fi