diff --git a/client/vaultclient/vaultclient.go b/client/vaultclient/vaultclient.go index af78eea64..b72bf26dd 100644 --- a/client/vaultclient/vaultclient.go +++ b/client/vaultclient/vaultclient.go @@ -109,7 +109,7 @@ type vaultClientHeapEntry struct { index int } -// Wrapper around the actual heap to provide additional symantics on top of +// Wrapper around the actual heap to provide additional semantics on top of // functions provided by the heap interface. In order to achieve that, an // additional map is placed beside the actual heap. This map can be used to // check if an entry is already present in the heap.