1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #15910 from mimoralea/patch-1

Typo fix then -> than
This commit is contained in:
David Calavera 2015-08-28 18:09:26 +02:00
commit e6e210164e

View file

@ -768,7 +768,7 @@ func (devices *DeviceSet) setupBaseImage() error {
}
if err := devices.verifyBaseDeviceUUID(oldInfo); err != nil {
return fmt.Errorf("Base Device UUID verification failed. Possibly using a different thin pool then last invocation:%v", err)
return fmt.Errorf("Base Device UUID verification failed. Possibly using a different thin pool than last invocation:%v", err)
}
return nil
}