diff options
| author | Sandesh Pyakurel <82999440+Sandesh-Pyakurel@users.noreply.github.com> | 2023-10-12 20:09:40 +0545 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-12 16:24:40 +0200 | 
| commit | 772b41ea5a362206e1498453dd053e638752c5dc (patch) | |
| tree | 9b65da94ac9ee2211364da902f52df39e15757d8 /plugins/zsh-navigation-tools/n-list | |
| parent | 7329b2fbb1787651d4900d5ef280b926c5696c01 (diff) | |
| download | zsh-772b41ea5a362206e1498453dd053e638752c5dc.tar.gz zsh-772b41ea5a362206e1498453dd053e638752c5dc.tar.bz2 zsh-772b41ea5a362206e1498453dd053e638752c5dc.zip | |
chore(zsh-navigation-tools): fix typo (#11960)
Diffstat (limited to 'plugins/zsh-navigation-tools/n-list')
| -rw-r--r-- | plugins/zsh-navigation-tools/n-list | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/zsh-navigation-tools/n-list b/plugins/zsh-navigation-tools/n-list index f25db8f60..a852b083a 100644 --- a/plugins/zsh-navigation-tools/n-list +++ b/plugins/zsh-navigation-tools/n-list @@ -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 | 
