From 8d928d525ffa8147d34d0f148e0aec6189461318 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Tue, 12 Nov 2019 15:39:36 +1100 Subject: codespell: spelling corrections Signed-off-by: Dmitry Smirnov --- cmd/podman/cp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/cp.go') diff --git a/cmd/podman/cp.go b/cmd/podman/cp.go index c53a97df3..762d70252 100644 --- a/cmd/podman/cp.go +++ b/cmd/podman/cp.go @@ -192,7 +192,7 @@ func copyBetweenHostAndContainer(runtime *libpod.Runtime, src string, dest strin } else if isBindMount, mount := isBindMountDestName(srcPath, ctr); isBindMount { path, err := pathWithBindMountSource(mount, srcPath) if err != nil { - return errors.Wrapf(err, "error getting source path from bind moutn %s", mount.Destination) + return errors.Wrapf(err, "error getting source path from bind mount %s", mount.Destination) } srcPath = path } else if filepath.IsAbs(srcPath) { -- cgit v1.2.3-54-g00ecf