Merge pull request #3683 from yuxiaobo96/containerd-update3

fix-up typo
This commit is contained in:
Michael Crosby 2019-09-26 09:42:33 -04:00 committed by GitHub
commit 4509efc303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ func (m *DB) Init(ctx context.Context) error {
}
}
// Previous version fo database found
// Previous version of database found
if schema != "v0" {
updates := migrations[i:]