]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix typo deamon -> daemon
authorAndrea Bolognani <abologna@redhat.com>
Mon, 4 Sep 2017 12:04:10 +0000 (14:04 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 4 Sep 2017 13:07:17 +0000 (15:07 +0200)
Suggested-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
docs/internals/rpc.html.in
docs/news.xml
src/libxl/libxl.conf

index 45c07cb61c97c0e2f6fdba9c041f7b3ee3bb87a3..fca9cb784e233241e44ea78741369d5c609be8af 100644 (file)
@@ -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>
index 45271171761074b920abb76fa12cddc7d725cc04..483f9d6d11a0cbfadebdd2352b00a4a3afa6e306 100644 (file)
           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>
index 5c9bdaac26fad93689c42a02c1bde51a6eff4ee6..264af7cf9e193e7db50f48a2b39cadf9fbd98f15 100644 (file)
@@ -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