Fix some typos (#3923)

This commit is contained in:
John Eismeier 2018-02-06 13:35:01 -05:00 committed by Jeff Mitchell
parent fba5f46e4d
commit d2534c4bde
3 changed files with 4 additions and 4 deletions

View File

@ -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{

View File

@ -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.

View File

@ -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.