]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
vz: fix typos of 'explicitly'
authorJán Tomko <jtomko@redhat.com>
Fri, 24 Jan 2020 20:32:03 +0000 (21:32 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 28 Jan 2020 12:32:28 +0000 (13:32 +0100)
Also add a space before ending a comment.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/vz/vz_driver.c
src/vz/vz_sdk.c

index e8a7522732fbdee98cb160c93ac4971d5aad0efa..284c9c1bf6c2d4e6cb0fe759b70a704b7f032b4e 100644 (file)
@@ -341,7 +341,7 @@ vzDriverObjNew(void)
     ignore_value(prlsdkLoadDomains(driver));
 
     /* As far as waitDomainJob finally calls virReportErrorHelper
-     * and we are not going to report it, reset it expicitly*/
+     * and we are not going to report it, reset it explicitly */
     virResetLastError();
 
     return driver;
index 32e00467630205924b55a30671bf75cd90831d07..877692aeba27785dd197f0af29b87755fbe2c96c 100644 (file)
@@ -3186,7 +3186,7 @@ static int prlsdkConfigureGateways(PRL_HANDLE sdknet, virDomainNetDefPtr net)
                                  : VIR_SOCKET_ADDR_IPV6_ALL),
                                 VIR_SOCKET_ADDR_FAMILY(addrdst)));
         /* virSocketAddrParse raises an error
-         * and we are not going to report it, reset it expicitly*/
+         * and we are not going to report it, reset it explicitly */
         virResetLastError();
 
         if (!virSocketAddrEqual(addrdst, &zero)) {