aboutsummaryrefslogtreecommitdiffstats
path: root/history-search/rl_history_search.pl
diff options
context:
space:
mode:
Diffstat (limited to 'history-search/rl_history_search.pl')
-rw-r--r--history-search/rl_history_search.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl
index 5282844..fcdde8b 100644
--- a/history-search/rl_history_search.pl
+++ b/history-search/rl_history_search.pl
@@ -102,7 +102,7 @@ unless (script_is_loaded('uberprompt')) {
}
sub load_uberprompt_failed {
- Irssi::sigal_remove('script error', \&load_prompt_failed);
+ Irssi::signal_remove('script error', \&load_prompt_failed);
print "Script could not be loaded. Script cannot continue. "
. "Check you have uberprompt.pl installed in your path and "
. "try again.";