spelling: compaction

This commit is contained in:
Josh Soref 2018-03-13 07:22:09 +00:00
parent 5010bfda39
commit 47a4bbd9f5
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ func getAppPath(bundleID string) (string, error) {
return pathOutput, nil
}
// CompactDisk performs the compation of the specified virtual disk image.
// CompactDisk performs the compaction of the specified virtual disk image.
func (d *Parallels9Driver) CompactDisk(diskPath string) error {
prlDiskToolPath, err := exec.LookPath("prl_disk_tool")
if err != nil {