diff --git a/ChangeLog b/ChangeLog
index 5566f7c30d..0999178eef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu May 15 15:07:49 JST 2008 Atsushi SAKAI
+
+ * qemud/libvirtd.init.in: change libvirtd description
+ which supports various guest not only Qemu
+ * docs/*: typo fixes
+ * include/libvirt/libvirt.h, include/libvirt/libvirt.h.in,
+ qemud/event.c, qemud/qemud.c, qemud/remote.c,
+ src/event.c, src/proxy_internal.c: typo fixes in comment
+
Wed May 14 23:17:55 CEST 2008 Jim Meyering
exempt gnulib/ from "make syntax-check" strcmp prohibition
diff --git a/docs/apps.html b/docs/apps.html
index 2401f26716..2c29f2c282 100644
--- a/docs/apps.html
+++ b/docs/apps.html
@@ -117,7 +117,7 @@
- virt-manager
-
A general purpose desktop management tool, able to manage
virtual machines across both local and remotely accessed
- hypervisors. It is targetted at home and small office usage
+ hypervisors. It is targeted at home and small office usage
upto managing 10-20 hosts and their VMs.
- virt-viewer
-
A lightweight tool for accessing the graphical console
diff --git a/docs/apps.html.in b/docs/apps.html.in
index 31c956b3ae..eca52fb426 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -67,7 +67,7 @@
-
A general purpose desktop management tool, able to manage
virtual machines across both local and remotely accessed
- hypervisors. It is targetted at home and small office usage
+ hypervisors. It is targeted at home and small office usage
upto managing 10-20 hosts and their VMs.
- virt-viewer
diff --git a/docs/deployment.html b/docs/deployment.html
index b22c317adc..5d1662469a 100644
--- a/docs/deployment.html
+++ b/docs/deployment.html
@@ -130,7 +130,7 @@
Built from CVS / GIT
- When building from CVS it is neccessary to generate the autotools
+ When building from CVS it is necessary to generate the autotools
support files. This requires having autoconf
,
automake
, libtool
and intltool
installed. The process can be automated with the autogen.sh
diff --git a/docs/deployment.html.in b/docs/deployment.html.in
index 3c548e16f6..47c4892fab 100644
--- a/docs/deployment.html.in
+++ b/docs/deployment.html.in
@@ -28,7 +28,7 @@
Built from CVS / GIT
- When building from CVS it is neccessary to generate the autotools
+ When building from CVS it is necessary to generate the autotools
support files. This requires having autoconf
,
automake
, libtool
and intltool
installed. The process can be automated with the autogen.sh
diff --git a/docs/index.py b/docs/index.py
index 7df5405051..17683c5f41 100755
--- a/docs/index.py
+++ b/docs/index.py
@@ -15,7 +15,7 @@
# mysqladmin -u root password new_password
# Create the new database libvir
# mysqladmin -p create libvir
-# Create a database user 'veillard' and give him passord access
+# Create a database user 'veillard' and give him password access
# change veillard and abcde with the right user name and passwd
# mysql -p
# password:
@@ -55,7 +55,7 @@ def callback(ctx, str):
libxml2.registerErrorHandler(callback, None)
#
-# The dictionnary of tables required and the SQL command needed
+# The dictionary of tables required and the SQL command needed
# to create them
#
TABLES={
@@ -449,7 +449,7 @@ def updateWordArchive(name, id, relevance):
#########################################################################
# #
-# Word dictionnary and analysis routines #
+# Word dictionary and analysis routines #
# #
#########################################################################
diff --git a/docs/intro.html b/docs/intro.html
index f739557a2a..48f7a386bb 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -128,7 +128,7 @@ generic and stable layer to manage domains on a node.
though Xen is the current default, which also means that some very
specific capabilities which are not generic enough may not be provided as
libvirt APIs
the API should allow to do efficiently and cleanly all the operations
- needed to manage domains on a nodethe API will not try to provide hight level multi-nodes management
+ needed to manage domains on a nodethe API will not try to provide high level multi-nodes management
features like load balancing, though they could be implemented on top of
libvirtstability of the API is a big concern, libvirt should isolate
applications from the frequent changes expected at the lower level of the
diff --git a/docs/intro.html.in b/docs/intro.html.in
index 6edfc36d57..446a0d4363 100644
--- a/docs/intro.html.in
+++ b/docs/intro.html.in
@@ -28,7 +28,7 @@ generic and stable layer to manage domains on a node.
libvirt APIs
the API should allow to do efficiently and cleanly all the operations
needed to manage domains on a node
- the API will not try to provide hight level multi-nodes management
+ the API will not try to provide high level multi-nodes management
features like load balancing, though they could be implemented on top of
libvirt
stability of the API is a big concern, libvirt should isolate
diff --git a/docs/library.xen b/docs/library.xen
index d1500ee9ee..0ea35dc2ce 100644
--- a/docs/library.xen
+++ b/docs/library.xen
@@ -75,7 +75,7 @@ some of the existing code ?
Pros:
- avoid the GPL Licence problem potentially more users
- allow do build a cleaner more stable layer
- - the existing code is frigthening
+ - the existing code is frightening
Cons:
- awful lot of work debugging very hard
- will still require existing Xen code to be running
@@ -93,7 +93,7 @@ some of the existing code ?
Potentially the API could be implemented as a layer on top of the existing
libxc C code library and then progressively migrating out the existing
-dependance to Xen code as the interfaces stabilize.
+dependence to Xen code as the interfaces stabilize.
Daniel Veillard
diff --git a/docs/virsh.pod b/docs/virsh.pod
index 523691f1d8..795a922274 100644
--- a/docs/virsh.pod
+++ b/docs/virsh.pod
@@ -531,7 +531,7 @@ L, L, L , L
=head1 BUGS
-Bugs can be view on the RedHat buzilla page under the libvirt
+Bugs can be view on the RedHat bugzilla page under the libvirt
L
L
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index ee7568945f..1a6b720657 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -363,7 +363,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault;
#define VIR_UUID_STRING_BUFLEN (36+1)
-/* library versionning */
+/* library versioning */
/**
* LIBVIR_VERSION_NUMBER:
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index 4733f071be..76bd3e36fe 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -363,7 +363,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault;
#define VIR_UUID_STRING_BUFLEN (36+1)
-/* library versionning */
+/* library versioning */
/**
* LIBVIR_VERSION_NUMBER:
diff --git a/qemud/event.c b/qemud/event.c
index f478fe03b4..a98ba72c51 100644
--- a/qemud/event.c
+++ b/qemud/event.c
@@ -1,5 +1,5 @@
/*
- * event.h: event loop for monitoring file handles
+ * event.c: event loop for monitoring file handles
*
* Copyright (C) 2007 Daniel P. Berrange
* Copyright (C) 2007 Red Hat, Inc.
diff --git a/qemud/libvirtd.init.in b/qemud/libvirtd.init.in
index c522f1104f..234c5509aa 100644
--- a/qemud/libvirtd.init.in
+++ b/qemud/libvirtd.init.in
@@ -8,17 +8,17 @@
# Should-Start: xend
# Default-Start: 3 4 5
# Short-Description: daemon for libvirt virtualization API
-# Description: This is a daemon for managing QEMU guest instances
+# Description: This is a daemon for managing guest instances
# and libvirt virtual networks
# See http://libvirt.org
### END INIT INFO
# the following is chkconfig init header
#
-# libvirtd: QEMU and virtual network management daemon
+# libvirtd: guest and virtual network management daemon
#
# chkconfig: 345 97 03
-# description: This is a daemon for managing QEMU guest instances
+# description: This is a daemon for managing guest instances
# and libvirt virtual networks
# See http://libvirt.org
#
diff --git a/qemud/qemud.c b/qemud/qemud.c
index 5b91a5532f..b1342ad102 100644
--- a/qemud/qemud.c
+++ b/qemud/qemud.c
@@ -1115,7 +1115,7 @@ static int qemudDispatchServer(struct qemud_server *server, struct qemud_socket
if (qemudGetSocketIdentity(client->fd, &uid, &pid) < 0)
goto cleanup;
- /* Cient is running as root, so disable auth */
+ /* Client is running as root, so disable auth */
if (uid == 0) {
qemudLog(QEMUD_INFO, _("Turn off polkit auth for privileged client %d"), pid);
client->auth = REMOTE_AUTH_NONE;
diff --git a/qemud/remote.c b/qemud/remote.c
index 22dd86e918..a97641ae19 100644
--- a/qemud/remote.c
+++ b/qemud/remote.c
@@ -2111,7 +2111,7 @@ static char *addrToString(struct qemud_client *client,
/*
* Initializes the SASL session in prepare for authentication
- * and gives the client a list of allowed mechansims to choose
+ * and gives the client a list of allowed mechanisms to choose
*
* XXX callbacks for stuff like password verification ?
*/
diff --git a/src/event.c b/src/event.c
index bd367979f8..49a9e61da5 100644
--- a/src/event.c
+++ b/src/event.c
@@ -1,5 +1,5 @@
/*
- * event.h: event loop for monitoring file handles
+ * event.c: event loop for monitoring file handles
*
* Copyright (C) 2007 Daniel P. Berrange
* Copyright (C) 2007 Red Hat, Inc.
diff --git a/src/proxy_internal.c b/src/proxy_internal.c
index 195717bc0d..b16d1be01d 100644
--- a/src/proxy_internal.c
+++ b/src/proxy_internal.c
@@ -223,7 +223,7 @@ retry_wait:
/**
* virProxyOpenClientSocket:
- * @path: the fileame for the socket
+ * @path: the filename for the socket
*
* try to connect to the socket open by libvirt_proxy
*