diff --git a/open-vm-tools/libDeployPkg/mspackWrapper.c b/open-vm-tools/libDeployPkg/mspackWrapper.c index 9d19019bb..81c1347bd 100644 --- a/open-vm-tools/libDeployPkg/mspackWrapper.c +++ b/open-vm-tools/libDeployPkg/mspackWrapper.c @@ -103,7 +103,7 @@ MspackWrapper_SetLogger(LogFunction log) /** * - * Sets up the path for exracting file. For e.g. if the file is /a/b/c/d.abc + * Sets up the path for extracting file. For e.g. if the file is /a/b/c/d.abc * then it creates /a/b/c (skips if any of the directories along the path * exists) *