From 66d811293a03cbb20c7903a2225f0b814edaedbf Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 22 Aug 2012 21:29:18 +0300 Subject: [PATCH] Fix some typos in messages, docs and comments. --- docs/api.html.in | 2 +- docs/bugs.html.in | 2 +- docs/drivers.html.in | 2 +- docs/drvqemu.html.in | 4 ++-- docs/drvtest.html.in | 2 +- docs/drvxen.html.in | 2 +- docs/formatdomain.html.in | 8 ++++---- docs/formatnode.html.in | 4 ++-- docs/formatnwfilter.html.in | 12 ++++++------ docs/locking.html.in | 2 +- docs/news.html.in | 8 ++++---- src/network/bridge_driver.c | 2 +- src/rpc/virnetsshsession.c | 4 ++-- src/util/virhash.c | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/api.html.in b/docs/api.html.in index 384eb77305..c8fc2047a3 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -43,7 +43,7 @@
  • virNetworkPtr: represent one network either active or defined (i.e. existing as permanent config file and storage but not currently activated. The function virConnectListNetworks - allows to list all the virtualization networks actived on this node.
  • + allows to list all the virtualization networks activated on this node.
  • virStorageVolPtr: represent one storage volume, usually this is used as a block device available to one of the domains. The function virStorageVolLookupByPath allows to find diff --git a/docs/bugs.html.in b/docs/bugs.html.in index 39b6725eec..7436a717a0 100644 --- a/docs/bugs.html.in +++ b/docs/bugs.html.in @@ -126,7 +126,7 @@

    It may also happen that the libvirt daemon itself crashes or gets stuck, in the first case run it (as root) under gdb, and reproduce the sequence - leading to the crash, similary to a normal program provide the + leading to the crash, similarly to a normal program provide the "bt" backtrace information to where gdb will have stopped.
    But if libvirtd gets stuck, for example seems to stop processing commands, try to attach to the faulty daemon and issue a gdb command diff --git a/docs/drivers.html.in b/docs/drivers.html.in index 90b61962eb..24387d0388 100644 --- a/docs/drivers.html.in +++ b/docs/drivers.html.in @@ -31,7 +31,7 @@

  • Microsoft Hyper-V
  • -

    Storage drivers

    +

    Storage drivers

    The above example indicates that the traffic of type ip - will be asscociated with the chain 'ipv4' and the rule will have + will be associated with the chain 'ipv4' and the rule will have priority 500. If for example another filter is referenced whose traffic of type ip is also associated with the chain 'ipv4' then that filter's rules will be ordered relative to the priority @@ -632,7 +632,7 @@