diff --git a/docs/internals/rpc.html.in b/docs/internals/rpc.html.in index 45c07cb61c97c0e2f6fdba9c041f7b3ee3bb87a3..fca9cb784e233241e44ea78741369d5c609be8af 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)
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 45271171761074b920abb76fa12cddc7d725cc04..483f9d6d11a0cbfadebdd2352b00a4a3afa6e306 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 5c9bdaac26fad93689c42a02c1bde51a6eff4ee6..264af7cf9e193e7db50f48a2b39cadf9fbd98f15 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