spelling: possible

This commit is contained in:
Josh Soref 2018-03-14 02:14:18 +00:00
parent c14d6af5aa
commit 8c72bba160
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ func (c *Communicator) UploadDir(dst string, src string, exclude []string) error
// Don't use 'z' flag as compressing may take longer and the transfer is likely local.
// If this isn't the case, it is possible for the user to compress in another step then transfer.
// It wouldn't be possibe to disable compression, without exposing this option.
// It wouldn't be possible to disable compression, without exposing this option.
tar, err := c.CmdWrapper(fmt.Sprintf("tar -cf - -C %s .", src))
if err != nil {
return err