diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index 124ab19284..5cfb5a37ac 100644 --- a/src/lxc/lxc_controller.c +++ b/src/lxc/lxc_controller.c @@ -1695,7 +1695,7 @@ static int virLXCControllerSetupDisk(virLXCControllerPtr ctrl, goto cleanup; /* Labelling normally operates on src, but we need - * to actally label the dst here, so hack the config */ + * to actually label the dst here, so hack the config */ def->src = dst; if (virSecurityManagerSetImageLabel(securityDriver, ctrl->def, def) < 0) goto cleanup; diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index 6e6b82389d..6d8880181b 100644 --- a/src/lxc/lxc_driver.c +++ b/src/lxc/lxc_driver.c @@ -3145,7 +3145,7 @@ lxcDomainAttachDeviceDiskLive(virLXCDriverPtr driver, created = true; /* Labelling normally operates on src, but we need - * to actally label the dst here, so hack the config */ + * to actually label the dst here, so hack the config */ def->src = dst; if (virSecurityManagerSetImageLabel(driver->securityManager, vm->def, def) < 0)