]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Fix a typo in a localized string
authorDaniel Veillard <veillard@redhat.com>
Thu, 26 Jun 2014 07:47:16 +0000 (15:47 +0800)
committerDaniel Veillard <veillard@redhat.com>
Thu, 26 Jun 2014 07:47:16 +0000 (15:47 +0800)
As pointed by Yuri Chornoivan in transifex:
https://fedora.transifex.com/projects/p/libvirt/translate/#uk/strings/27026506

src/vbox/vbox_tmpl.c

index 4ba9ad7cecd5a3af5d7e287dc5ee98e9839440e7..b27ab027331e90d1481cd5845e6e928a57491878 100644 (file)
@@ -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);