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

Typo fix then -> than

Signed-off-by: Miguel Morales <mimoralea@hp.com>
This commit is contained in:
Miguel Morales 2015-08-28 09:43:01 -05:00 committed by Miguel Morales
parent fdc73cc3fc
commit 95e3a4ca6d

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
}