Merge pull request #16954 from henrybell/typo-fix

Fix typo ('depracted' -> 'deprecated')
This commit is contained in:
James Bardin 2017-12-20 15:54:38 -05:00 committed by GitHub
commit 119056b324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ func (b *Backend) configure(ctx context.Context) error {
b.ddbTable = data.Get("dynamodb_table").(string)
if b.ddbTable == "" {
// try the depracted field
// try the deprecated field
b.ddbTable = data.Get("lock_table").(string)
}