[libvirt] [PATCH] docs: Fix typo deamon -> daemon

Andrea Bolognani posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170904120410.17390-1-abologna@redhat.com
docs/internals/rpc.html.in | 2 +-
docs/news.xml              | 2 +-
src/libxl/libxl.conf       | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
[libvirt] [PATCH] docs: Fix typo deamon -> daemon
Posted by Andrea Bolognani 6 years, 7 months ago
Suggested-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
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 &lt;--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  &lt;-- S  (reply)
 
       <dt><code>virNetDaemonPtr</code> (virnetdaemon.h)</dt>
       <dd>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.
       </dd>
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
         </summary>
         <description>
-          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
           (<code>libvirtd</code>, <code>virtlogd</code> and
           <code>virtlockd</code>); it's now working as intended once again.
         </description>
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
-- 
2.13.5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Fix typo deamon -> daemon
Posted by Martin Kletzander 6 years, 7 months ago
On Mon, Sep 04, 2017 at 02:04:10PM +0200, Andrea Bolognani wrote:
>Suggested-by: Martin Kletzander <mkletzan@redhat.com>
>Signed-off-by: Andrea Bolognani <abologna@redhat.com>
>---
>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 :)
>

Precedent-set-by: f546d09362a01473adf2a2c781faa6fdb27ec2e3
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list