mirror of https://gitee.com/openkylin/libvirt.git
Fix a typo in a localized string
As pointed by Yuri Chornoivan in transifex: https://fedora.transifex.com/projects/p/libvirt/translate/#uk/strings/27026506
This commit is contained in:
parent
80d0918bd2
commit
ee8abfbeac
|
@ -7279,7 +7279,7 @@ int vboxSnapshotGetReadWriteDisks(virDomainSnapshotDefPtr def,
|
|||
rc = imediumattach->vtbl->GetPort(imediumattach, &devicePort);
|
||||
if (NS_FAILED(rc)) {
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("cannot get medium attachchment type"));
|
||||
_("cannot get medium attachment type"));
|
||||
goto cleanup;
|
||||
}
|
||||
rc = imediumattach->vtbl->GetDevice(imediumattach, &deviceSlot);
|
||||
|
|
Loading…
Reference in New Issue