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 @@ @@ -89,7 +89,7 @@
  • log_filters: defines logging filters