diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index 4c135219eb8a960c023872474945557e2a43b482..9c2df83efa8de65133bdbdf1d8538e923dde912d 100644 --- a/src/lxc/lxc_driver.c +++ b/src/lxc/lxc_driver.c @@ -3203,7 +3203,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)