From: Ján Tomko Date: Fri, 24 Jan 2020 20:32:03 +0000 (+0100) Subject: vz: fix typos of 'explicitly' X-Git-Tag: v6.1.0-rc1~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374908e4817472e108c7a99f6d92bc80806b6306;p=thirdparty%2Flibvirt.git vz: fix typos of 'explicitly' Also add a space before ending a comment. Signed-off-by: Ján Tomko Reviewed-by: Peter Krempa --- diff --git a/src/vz/vz_driver.c b/src/vz/vz_driver.c index e8a7522732..284c9c1bf6 100644 --- a/src/vz/vz_driver.c +++ b/src/vz/vz_driver.c @@ -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; diff --git a/src/vz/vz_sdk.c b/src/vz/vz_sdk.c index 32e0046763..877692aeba 100644 --- a/src/vz/vz_sdk.c +++ b/src/vz/vz_sdk.c @@ -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)) {