[PATCH] conf: Fix typo in error message in ABI stability check

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



s/vpu/vCPU/
---
Pushed as trivial.

 src/conf/domain_conf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index b7e253e..e0bd8aa 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -12596,13 +12596,13 @@ virDomainDefCheckABIStability(virDomainDefPtr src,

     if (src->vcpus != dst->vcpus) {
         virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
-                       _("Target domain vpu count %d does not match source %d"),
+                       _("Target domain vCPU count %d does not match source %d"),
                        dst->vcpus, src->vcpus);
         return false;
     }
     if (src->maxvcpus != dst->maxvcpus) {
         virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
-                       _("Target domain vpu max %d does not match source %d"),
+                       _("Target domain vCPU max %d does not match source %d"),
                        dst->maxvcpus, src->maxvcpus);
         return false;
     }
-- 
1.8.2.1

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]