diff options
author | 2023-11-08 11:50:41 +0000 | |
---|---|---|
committer | 2023-11-08 11:50:41 +0000 | |
commit | 7204ccedc3ca48008ad2d5359343e52bf977778d (patch) | |
tree | c5d772bb0351001a21f1a159e2a4486d2c73c550 /vendor/github.com/spf13/cobra/fish_completions.go | |
parent | [chore]: Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0 (#2336) (diff) | |
download | gotosocial-7204ccedc3ca48008ad2d5359343e52bf977778d.tar.xz |
[chore]: Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2338)
Diffstat (limited to 'vendor/github.com/spf13/cobra/fish_completions.go')
-rw-r--r-- | vendor/github.com/spf13/cobra/fish_completions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/spf13/cobra/fish_completions.go b/vendor/github.com/spf13/cobra/fish_completions.go index 12ca0d2b1..12d61b691 100644 --- a/vendor/github.com/spf13/cobra/fish_completions.go +++ b/vendor/github.com/spf13/cobra/fish_completions.go @@ -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 |