mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 23:36:00 +00:00
fix typos
This commit is contained in:
parent
f4a3b9d518
commit
8cb8108b1b
@ -955,7 +955,7 @@ func TestACLEndpoint_TokenDelete(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
})
|
||||
|
||||
t.Run("don't segfault when attempting to delete non existant token in secondary dc", func(t *testing.T) {
|
||||
t.Run("don't segfault when attempting to delete non existent token in secondary dc", func(t *testing.T) {
|
||||
fakeID, err := uuid.GenerateUUID()
|
||||
require.NoError(t, err)
|
||||
|
||||
|
@ -42,7 +42,7 @@ func (c *cmd) Run(args []string) int {
|
||||
}
|
||||
|
||||
if c.tokenID == "" {
|
||||
c.UI.Error(fmt.Sprintf("Must specify the -id paramter"))
|
||||
c.UI.Error(fmt.Sprintf("Must specify the -id parameter"))
|
||||
return 1
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user