[libvirt] [PATCH]docs: fix some typos about 'informations'

From: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> s/informations/information Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- docs/bugs.html.in | 6 +++--- docs/logging.html.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/bugs.html.in b/docs/bugs.html.in index 71e43e4..2295ae9 100644 --- a/docs/bugs.html.in +++ b/docs/bugs.html.in @@ -132,7 +132,7 @@ crash, the simplest is to run the program under gdb, reproduce the steps leading to the crash and then issue a gdb "bt -a" command to get the stack trace, attach it to the bug. Note that for the - data to be really useful libvirt debug informations must be present + data to be really useful libvirt debug information must be present for example by installing libvirt debuginfo package on Fedora or Red Hat Enterprise Linux (with debuginfo-install libvirt) prior to running gdb.</p> @@ -147,11 +147,11 @@ <pre> # ps -o etime,pid `pgrep libvirt` ... note the process id from the output # gdb /usr/sbin/libvirtd -.... some informations about gdb and loading debug data +.... some information about gdb and loading debug data (gdb) attach $the_damon_process_id .... (gdb) thread apply all bt -.... informations to attach to the bug +.... information to attach to the bug (gdb) </pre> diff --git a/docs/logging.html.in b/docs/logging.html.in index 86e178c..1cd15a1 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -68,7 +68,7 @@ <ul> <li>1 or "debug": asking the library to log every message emitted, though the filters can be used to avoid filling up the output</li> - <li>2 or "info": log all non-debugging informations</li> + <li>2 or "info": log all non-debugging information</li> <li>3 or "warn": log warnings and errors, that's the default value</li> <li>4 or "error": log only error messages</li> </ul></li> @@ -89,7 +89,7 @@ <ul> <li>4: only errors</li> <li>3: warnings and errors</li> - <li>2: informations, warnings and errors</li> + <li>2: information, warnings and errors</li> <li>1: debug and everything</li> </ul></li> <li>log_filters: defines logging filters</li> -- 1.8.2.1

On 10/22/2013 04:02 AM, Chen Hanxiao wrote:
From: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
s/informations/information
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- docs/bugs.html.in | 6 +++--- docs/logging.html.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
ACK and pushed. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Chen Hanxiao
-
Eric Blake