diff --git a/volume/local/local.go b/volume/local/local.go index 226a5dd4fbba68ede7edebbcdffc1385fb432001..78a3ec82880932bf8643c5dca20ce535e7fd734c 100644 --- a/volume/local/local.go +++ b/volume/local/local.go @@ -211,7 +211,7 @@ func (r *Root) Remove(v volume.Volume) error { } if !r.scopedPath(realPath) { - return errdefs.System(errors.Errorf("Unable to remove a directory of out the Docker root %s: %s", r.scope, realPath)) + return errdefs.System(errors.Errorf("Unable to remove a directory outside of the Docker root %s: %s", r.scope, realPath)) } if err := removePath(realPath); err != nil {