fix typo.

Signed-off-by: mapk0y <mapk0y@gmail.com>
Upstream-commit: 416e855e9b33464c81e86ff47ed19c93a781e604
Component: engine
This commit is contained in:
mapk0y
2015-06-10 06:26:07 +09:00
parent ede22a95a5
commit 8e654cb58d
@@ -86,7 +86,7 @@ func Init(base string, opt []string) (graphdriver.Driver, error) {
}
if rootDataset == nil {
return nil, fmt.Errorf("BUG: zfs get all -t filesystems -rHp '%s' should contain '%s'", options.fsName, options.fsName)
return nil, fmt.Errorf("BUG: zfs get all -t filesystem -rHp '%s' should contain '%s'", options.fsName, options.fsName)
}
d := &Driver{