浏览代码

'plugins/history-substring-search/history-substring-search.zsh: Solve typos'

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Patrick José Pereira 8 年之前
父节点
当前提交
1bebbbf50a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/history-substring-search/history-substring-search.zsh

+ 1 - 1
plugins/history-substring-search/history-substring-search.zsh

@@ -244,7 +244,7 @@ _history-substring-search-end() {
 
   _history_substring_search_result=$BUFFER
 
-  # the search was succesful so display the result properly by clearing away
+  # the search was successful so display the result properly by clearing away
   # existing highlights and moving the cursor to the end of the result buffer
   if [[ $_history_substring_search_refresh_display -eq 1 ]]; then
     region_highlight=()