Skip to content

Commit

Permalink
Fix typo in fish completions (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 8, 2023
1 parent 4dd4b25 commit 284f410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish_completions.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function __%[1]s_clear_perform_completion_once_result
__%[1]s_debug ""
__%[1]s_debug "========= clearing previously set __%[1]s_perform_completion_once_result variable =========="
set --erase __%[1]s_perform_completion_once_result
__%[1]s_debug "Succesfully erased the variable __%[1]s_perform_completion_once_result"
__%[1]s_debug "Successfully erased the variable __%[1]s_perform_completion_once_result"
end
function __%[1]s_requires_order_preservation
Expand Down

0 comments on commit 284f410

Please sign in to comment.