浏览代码

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

Sandesh Pyakurel 7 月之前
父节点
当前提交
772b41ea5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/zsh-navigation-tools/n-list

+ 1 - 1
plugins/zsh-navigation-tools/n-list

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