Merge pull request #21739 from hasheddan/s3-backend-comment-typo

s3 backend: minor typo in putMD5 comment
This commit is contained in:
Pam Selle 2019-07-12 14:01:26 -04:00 committed by GitHub
commit 23a187d85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ func (c *RemoteClient) getMD5() ([]byte, error) {
return sum, nil
}
// store the hash of the state to that clients can check for stale state files.
// store the hash of the state so that clients can check for stale state files.
func (c *RemoteClient) putMD5(sum []byte) error {
if c.ddbTable == "" {
return nil