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

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:]