From nobody Wed May 1 09:48:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1504527809262827.4173729676664; Mon, 4 Sep 2017 05:23:29 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 158E42ADB; Mon, 4 Sep 2017 12:23:27 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3C5827F1A0; Mon, 4 Sep 2017 12:23:25 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 1715018E30C3; Mon, 4 Sep 2017 12:23:16 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id v84C4Ffd003487 for ; Mon, 4 Sep 2017 08:04:15 -0400 Received: by smtp.corp.redhat.com (Postfix) id 8E7F0C0D84; Mon, 4 Sep 2017 12:04:15 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.219]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 16FCF7E68C for ; Mon, 4 Sep 2017 12:04:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 158E42ADB Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Andrea Bolognani To: libvir-list@redhat.com Date: Mon, 4 Sep 2017 14:04:10 +0200 Message-Id: <20170904120410.17390-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: Fix typo deamon -> daemon X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 04 Sep 2017 12:23:27 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Suggested-by: Martin Kletzander Signed-off-by: Andrea Bolognani Reviewed-by: Martin Kletzander --- I would push this as trivial, but I feel like someone might not be okay with touching the release notes for libvirt versions that are already out. I think in this case it's perfectly justified, but if you disagree this is your chance to point it out :) docs/internals/rpc.html.in | 2 +- docs/news.xml | 2 +- src/libxl/libxl.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/internals/rpc.html.in b/docs/internals/rpc.html.in index 45c07cb61..fca9cb784 100644 --- a/docs/internals/rpc.html.in +++ b/docs/internals/rpc.html.in @@ -534,7 +534,7 @@ C <-- |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo | <--= S (reply) =20
virNetDaemonPtr (virnetdaemon.h)
The virNetDaemon APIs are used to manage a daemon process. A - deamon is a process that might expose one or more servers. It + daemon is a process that might expose one or more servers. It handles most process-related details, network-related should be part of the underlying server.
diff --git a/docs/news.xml b/docs/news.xml index 452711717..483f9d6d1 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -195,7 +195,7 @@ Fix --verbose option for all daemons - Since v3.0.0, the option had been ignored by all libvirt deamons + Since v3.0.0, the option had been ignored by all libvirt daemons (libvirtd, virtlogd and virtlockd); it's now working as intended once again. diff --git a/src/libxl/libxl.conf b/src/libxl/libxl.conf index 5c9bdaac2..264af7cf9 100644 --- a/src/libxl/libxl.conf +++ b/src/libxl/libxl.conf @@ -28,7 +28,7 @@ # is sent to the daemon after keepalive_interval seconds of inactivity # to check if the daemon is still responding; keepalive_count is a # maximum number of keepalive messages that are allowed to be sent to -# the deamon without getting any response before the connection is +# the daemon without getting any response before the connection is # considered broken. In other words, the connection is automatically # closed after approximately keepalive_interval * (keepalive_count + 1) # seconds since the last message was received from the daemon. If --=20 2.13.5 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list