From dc33207dbec58d2e2e9a554393a8919bf1c84221 Mon Sep 17 00:00:00 2001
From: Chen Hanxiao
Date: Tue, 22 Oct 2013 11:02:43 +0800
Subject: [PATCH] docs: fix some typos about 'informations'
s/informations/information
Signed-off-by: Chen Hanxiao
---
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 71e43e46ae..2295ae99fd 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.
@@ -147,11 +147,11 @@
# 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)
diff --git a/docs/logging.html.in b/docs/logging.html.in
index 86e178c83d..1cd15a11aa 100644
--- a/docs/logging.html.in
+++ b/docs/logging.html.in
@@ -68,7 +68,7 @@
- 1 or "debug": asking the library to log every message emitted,
though the filters can be used to avoid filling up the output
- - 2 or "info": log all non-debugging informations
+ - 2 or "info": log all non-debugging information
- 3 or "warn": log warnings and errors, that's the default value
- 4 or "error": log only error messages
@@ -89,7 +89,7 @@
- 4: only errors
- 3: warnings and errors
- - 2: informations, warnings and errors
+ - 2: information, warnings and errors
- 1: debug and everything
log_filters: defines logging filters