]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: fix typo s/readaehad/readahead/
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 5 Jun 2020 12:33:00 +0000 (13:33 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 5 Jun 2020 12:33:00 +0000 (13:33 +0100)
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_domain.c

index 10f16e9b3b8f101501ee14878d7d221fa0e6b26d..3239ac1a529c3844800f92f11bca6e00a7e3358d 100644 (file)
@@ -5281,7 +5281,7 @@ qemuDomainValidateStorageSource(virStorageSourcePtr src,
              src->protocol != VIR_STORAGE_NET_PROTOCOL_FTP &&
              src->protocol != VIR_STORAGE_NET_PROTOCOL_FTPS)) {
             virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                           _("readaehad is supported only with HTTP(S)/FTP(s) protocols"));
+                           _("readahead is supported only with HTTP(S)/FTP(s) protocols"));
             return -1;
         }