summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPatrick José Pereira <patrickelectric@gmail.com>2016-12-30 10:34:16 -0200
committerPatrick José Pereira <patrickelectric@gmail.com>2016-12-30 10:34:16 -0200
commit1bebbbf50ad3608e96474302238c489dc612cff0 (patch)
tree0723ba0c748f78298ed494529b03edbba1ee51b8 /plugins
parent7079e67c11a468c8d1f07d069d666c50baa65e7c (diff)
downloadzsh-1bebbbf50ad3608e96474302238c489dc612cff0.tar.gz
zsh-1bebbbf50ad3608e96474302238c489dc612cff0.tar.bz2
zsh-1bebbbf50ad3608e96474302238c489dc612cff0.zip
'plugins/history-substring-search/history-substring-search.zsh: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/history-substring-search/history-substring-search.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/history-substring-search/history-substring-search.zsh b/plugins/history-substring-search/history-substring-search.zsh
index ad316acc8..3b8afd317 100644
--- a/plugins/history-substring-search/history-substring-search.zsh
+++ b/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=()