Fix typo ('depracted' -> 'deprecated')

This commit is contained in:
Henry Bell 2017-12-19 16:43:06 +00:00
parent a8f08faab5
commit 56357c0ab7
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)
}