diff --git a/builtin/logical/database/path_config_connection.go b/builtin/logical/database/path_config_connection.go index 4405697c6e62..17cc6eea3a74 100644 --- a/builtin/logical/database/path_config_connection.go +++ b/builtin/logical/database/path_config_connection.go @@ -45,7 +45,7 @@ type DatabaseConfig struct { // SkipStaticRoleImportRotation is a flag to toggle wether or not a given // static account's password should be rotated on creation of the static - // roles associated with this DB config. This is can be overridden at the + // roles associated with this DB config. This can be overridden at the // role-level by the role's skip_import_rotation field. The default is // false. Enterprise only. SkipStaticRoleImportRotation bool `json:"skip_static_role_import_rotation" structs:"skip_static_role_import_rotation" mapstructure:"skip_static_role_import_rotation"` diff --git a/builtin/logical/database/path_config_connection_ce.go b/builtin/logical/database/path_config_connection_ce.go index e75513ea0244..eed10e166a2f 100644 --- a/builtin/logical/database/path_config_connection_ce.go +++ b/builtin/logical/database/path_config_connection_ce.go @@ -7,7 +7,7 @@ package database import "github.com/hashicorp/vault/sdk/framework" -// AddConnectionFieldsEnt is a no-op for comminuty edition +// AddConnectionFieldsEnt is a no-op for community edition func AddConnectionFieldsEnt(fields map[string]*framework.FieldSchema) { // no-op }