Skip to content

Commit

Permalink
Fix some typos (#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeis2497052 authored and jefferai committed Feb 6, 2018
1 parent 5d6c4ae commit acc37c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builtin/credential/cert/path_certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion builtin/logical/mssql/path_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion builtin/logical/mysql/path_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit acc37c3

Please sign in to comment.