From d2534c4bde65febb97e1f311f717156a172596ec Mon Sep 17 00:00:00 2001 From: John Eismeier <32205350+jeis2497052@users.noreply.github.com> Date: Tue, 6 Feb 2018 13:35:01 -0500 Subject: [PATCH] Fix some typos (#3923) --- builtin/credential/cert/path_certs.go | 4 ++-- builtin/logical/mssql/path_roles.go | 2 +- builtin/logical/mysql/path_roles.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builtin/credential/cert/path_certs.go b/builtin/credential/cert/path_certs.go index eb596a68c..511b240c4 100644 --- a/builtin/credential/cert/path_certs.go +++ b/builtin/credential/cert/path_certs.go @@ -61,7 +61,7 @@ certificate.`, "policies": &framework.FieldSchema{ Type: framework.TypeCommaStringSlice, - Description: "Comma-seperated list of policies.", + Description: "Comma-separated list of policies.", }, "lease": &framework.FieldSchema{ @@ -78,7 +78,7 @@ Defaults to system/backend default TTL time.`, "max_ttl": &framework.FieldSchema{ Type: framework.TypeDurationSecond, Description: `Duration in either an integer number of seconds (3600) or -an integer time unit (60m) after which the +an integer time unit (60m) after which the issued token can no longer be renewed.`, }, "period": &framework.FieldSchema{ diff --git a/builtin/logical/mssql/path_roles.go b/builtin/logical/mssql/path_roles.go index 63a544b0f..fd29f36d2 100644 --- a/builtin/logical/mssql/path_roles.go +++ b/builtin/logical/mssql/path_roles.go @@ -154,7 +154,7 @@ This path lets you manage the roles that can be created with this backend. The "sql" parameter customizes the SQL string used to create the login to the server. The parameter can be a sequence of SQL queries, each semi-colon -seperated. Some substitution will be done to the SQL string for certain keys. +separated. Some substitution will be done to the SQL string for certain keys. The names of the variables must be surrounded by "{{" and "}}" to be replaced. * "name" - The random username generated for the DB user. diff --git a/builtin/logical/mysql/path_roles.go b/builtin/logical/mysql/path_roles.go index f620c9eb5..4c54f5f8b 100644 --- a/builtin/logical/mysql/path_roles.go +++ b/builtin/logical/mysql/path_roles.go @@ -192,7 +192,7 @@ const pathRoleHelpDesc = ` This path lets you manage the roles that can be created with this backend. The "sql" parameter customizes the SQL string used to create the role. -This can be a sequence of SQL queries, each semi-colon seperated. Some +This can be a sequence of SQL queries, each semi-colon separated. Some substitution will be done to the SQL string for certain keys. The names of the variables must be surrounded by "{{" and "}}" to be replaced.