diff --git a/Makefile b/Makefile index 439dee1a14..ecda8de311 100644 --- a/Makefile +++ b/Makefile @@ -227,7 +227,7 @@ proto: check-tools-external buf generate # No additional sed expressions should be added to this list. Going forward - # we should just use the variable names choosen by protobuf. These are left + # we should just use the variable names chosen by protobuf. These are left # here for backwards compatibility, namely for SDK compilation. $(SED) -i -e 's/Id/ID/' -e 's/SPDX-License-IDentifier/SPDX-License-Identifier/' vault/request_forwarding_service.pb.go $(SED) -i -e 's/Idp/IDP/' -e 's/Url/URL/' -e 's/Id/ID/' -e 's/IDentity/Identity/' -e 's/EntityId/EntityID/' -e 's/Api/API/' -e 's/Qr/QR/' -e 's/Totp/TOTP/' -e 's/Mfa/MFA/' -e 's/Pingid/PingID/' -e 's/namespaceId/namespaceID/' -e 's/Ttl/TTL/' -e 's/BoundCidrs/BoundCIDRs/' -e 's/SPDX-License-IDentifier/SPDX-License-Identifier/' helper/identity/types.pb.go helper/identity/mfa/types.pb.go helper/storagepacker/types.pb.go sdk/plugin/pb/backend.pb.go sdk/logical/identity.pb.go vault/activity/activity_log.pb.go diff --git a/audit/broker.go b/audit/broker.go index 1f9a859d38..de2a072a77 100644 --- a/audit/broker.go +++ b/audit/broker.go @@ -85,7 +85,7 @@ func NewBroker(logger hclog.Logger) (*Broker, error) { ent, err := newBrokerEnt() if err != nil { - return nil, fmt.Errorf("error creating audit broker extentions: %w", err) + return nil, fmt.Errorf("error creating audit broker extensions: %w", err) } return &Broker{ diff --git a/builtin/credential/cert/backend_test.go b/builtin/credential/cert/backend_test.go index fb9eb8ca5a..f86cbb002e 100644 --- a/builtin/credential/cert/backend_test.go +++ b/builtin/credential/cert/backend_test.go @@ -1939,7 +1939,7 @@ func testAccStepListCerts( } type allowed struct { - names string // allowed names in the certificate, looks at common, name, dns, email [depricated] + names string // allowed names in the certificate, looks at common, name, dns, email [deprecated] common_names string // allowed common names in the certificate dns string // allowed dns names in the SAN extension of the certificate emails string // allowed email names in SAN extension of the certificate