Skip to content

Commit 284f410

Browse files
authored
Fix typo in fish completions (#1945)
1 parent 4dd4b25 commit 284f410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fish_completions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function __%[1]s_clear_perform_completion_once_result
113113
__%[1]s_debug ""
114114
__%[1]s_debug "========= clearing previously set __%[1]s_perform_completion_once_result variable =========="
115115
set --erase __%[1]s_perform_completion_once_result
116-
__%[1]s_debug "Succesfully erased the variable __%[1]s_perform_completion_once_result"
116+
__%[1]s_debug "Successfully erased the variable __%[1]s_perform_completion_once_result"
117117
end
118118
119119
function __%[1]s_requires_order_preservation

0 commit comments

Comments
 (0)