Browse Source

Typo fix then -> than

Signed-off-by: Miguel Morales <mimoralea@hp.com>
Miguel Morales 10 years ago
parent
commit
95e3a4ca6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/graphdriver/devmapper/deviceset.go

+ 1 - 1
daemon/graphdriver/devmapper/deviceset.go

@@ -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
 	}