Index: docs/apps.html =================================================================== RCS file: /data/cvs/libvirt/docs/apps.html,v retrieving revision 1.6 diff -u -r1.6 apps.html --- docs/apps.html 28 Apr 2008 08:29:35 -0000 1.6 +++ docs/apps.html 9 May 2008 10:12:02 -0000 @@ -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 Index: docs/apps.html.in =================================================================== RCS file: /data/cvs/libvirt/docs/apps.html.in,v retrieving revision 1.1 diff -u -r1.1 apps.html.in --- docs/apps.html.in 23 Apr 2008 17:08:31 -0000 1.1 +++ docs/apps.html.in 9 May 2008 10:12:02 -0000 @@ -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
Index: docs/deployment.html =================================================================== RCS file: /data/cvs/libvirt/docs/deployment.html,v retrieving revision 1.7 diff -u -r1.7 deployment.html --- docs/deployment.html 28 Apr 2008 08:29:35 -0000 1.7 +++ docs/deployment.html 9 May 2008 10:12:02 -0000 @@ -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 Index: docs/deployment.html.in =================================================================== RCS file: /data/cvs/libvirt/docs/deployment.html.in,v retrieving revision 1.1 diff -u -r1.1 deployment.html.in --- docs/deployment.html.in 23 Apr 2008 17:08:31 -0000 1.1 +++ docs/deployment.html.in 9 May 2008 10:12:02 -0000 @@ -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 Index: docs/index.py =================================================================== RCS file: /data/cvs/libvirt/docs/index.py,v retrieving revision 1.5 diff -u -r1.5 index.py --- docs/index.py 24 Apr 2008 07:56:38 -0000 1.5 +++ docs/index.py 9 May 2008 10:12:03 -0000 @@ -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 passed access # change veillard and abcde with the right user name and passwd # mysql -p # password: @@ -55,7 +55,7 @@ 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 @@ ######################################################################### # # -# Word dictionnary and analysis routines # +# Word dictionary and analysis routines # # # ######################################################################### Index: docs/intro.html =================================================================== RCS file: /data/cvs/libvirt/docs/intro.html,v retrieving revision 1.46 diff -u -r1.46 intro.html --- docs/intro.html 28 Apr 2008 08:29:35 -0000 1.46 +++ docs/intro.html 9 May 2008 10:12:05 -0000 @@ -128,7 +128,7 @@ 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 node
  • the API will not try to provide hight level multi-nodes management + needed to manage domains on a node
  • 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 applications from the frequent changes expected at the lower level of the Index: docs/intro.html.in =================================================================== RCS file: /data/cvs/libvirt/docs/intro.html.in,v retrieving revision 1.1 diff -u -r1.1 intro.html.in --- docs/intro.html.in 23 Apr 2008 17:08:31 -0000 1.1 +++ docs/intro.html.in 9 May 2008 10:12:05 -0000 @@ -28,7 +28,7 @@ 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 Index: docs/library.xen =================================================================== RCS file: /data/cvs/libvirt/docs/library.xen,v retrieving revision 1.2 diff -u -r1.2 library.xen --- docs/library.xen 5 Feb 2008 19:27:37 -0000 1.2 +++ docs/library.xen 9 May 2008 10:12:06 -0000 @@ -75,7 +75,7 @@ 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 @@ 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 Index: docs/virsh.pod =================================================================== RCS file: /data/cvs/libvirt/docs/virsh.pod,v retrieving revision 1.15 diff -u -r1.15 virsh.pod --- docs/virsh.pod 17 Apr 2008 19:25:42 -0000 1.15 +++ docs/virsh.pod 9 May 2008 10:12:06 -0000 @@ -531,7 +531,7 @@ =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 Index: include/libvirt/libvirt.h =================================================================== RCS file: /data/cvs/libvirt/include/libvirt/libvirt.h,v retrieving revision 1.72 diff -u -r1.72 libvirt.h --- include/libvirt/libvirt.h 10 Apr 2008 16:54:54 -0000 1.72 +++ include/libvirt/libvirt.h 9 May 2008 10:12:08 -0000 @@ -363,7 +363,7 @@ #define VIR_UUID_STRING_BUFLEN (36+1) -/* library versionning */ +/* library versioning */ /** * LIBVIR_VERSION_NUMBER: Index: include/libvirt/libvirt.h.in =================================================================== RCS file: /data/cvs/libvirt/include/libvirt/libvirt.h.in,v retrieving revision 1.47 diff -u -r1.47 libvirt.h.in --- include/libvirt/libvirt.h.in 10 Apr 2008 16:54:54 -0000 1.47 +++ include/libvirt/libvirt.h.in 9 May 2008 10:12:10 -0000 @@ -363,7 +363,7 @@ #define VIR_UUID_STRING_BUFLEN (36+1) -/* library versionning */ +/* library versioning */ /** * LIBVIR_VERSION_NUMBER: Index: proxy/libvirt_proxy.c =================================================================== RCS file: /data/cvs/libvirt/proxy/libvirt_proxy.c,v retrieving revision 1.33 diff -u -r1.33 libvirt_proxy.c --- proxy/libvirt_proxy.c 24 Apr 2008 09:17:29 -0000 1.33 +++ proxy/libvirt_proxy.c 9 May 2008 10:12:11 -0000 @@ -828,7 +828,7 @@ * very fist thing, use the socket as an exclusive lock, this then * allow to do timed exits, avoiding constant CPU usage in case of * failure. - */ + */ if (proxyListenUnixSocket(PROXY_SOCKET_PATH) < 0) exit(0); if (proxyInitXen() == 0) Index: qemud/event.c =================================================================== RCS file: /data/cvs/libvirt/qemud/event.c,v retrieving revision 1.8 diff -u -r1.8 event.c --- qemud/event.c 10 Apr 2008 16:53:29 -0000 1.8 +++ qemud/event.c 9 May 2008 10:12:12 -0000 @@ -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. Index: qemud/qemud.c =================================================================== RCS file: /data/cvs/libvirt/qemud/qemud.c,v retrieving revision 1.95 diff -u -r1.95 qemud.c --- qemud/qemud.c 28 Apr 2008 09:09:52 -0000 1.95 +++ qemud/qemud.c 9 May 2008 10:12:15 -0000 @@ -1109,7 +1109,7 @@ 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; Index: qemud/remote.c =================================================================== RCS file: /data/cvs/libvirt/qemud/remote.c,v retrieving revision 1.29 diff -u -r1.29 remote.c --- qemud/remote.c 10 Apr 2008 16:53:29 -0000 1.29 +++ qemud/remote.c 9 May 2008 10:12:21 -0000 @@ -2112,7 +2112,7 @@ /* * 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 ? */ Index: src/event.c =================================================================== RCS file: /data/cvs/libvirt/src/event.c,v retrieving revision 1.5 diff -u -r1.5 event.c --- src/event.c 10 Apr 2008 16:53:29 -0000 1.5 +++ src/event.c 9 May 2008 10:12:21 -0000 @@ -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. Index: src/proxy_internal.c =================================================================== RCS file: /data/cvs/libvirt/src/proxy_internal.c,v retrieving revision 1.47 diff -u -r1.47 proxy_internal.c --- src/proxy_internal.c 10 Apr 2008 16:54:54 -0000 1.47 +++ src/proxy_internal.c 9 May 2008 10:12:23 -0000 @@ -223,7 +223,7 @@ /** * virProxyOpenClientSocket: - * @path: the fileame for the socket + * @path: the filename for the socket * * try to connect to the socket open by libvirt_proxy *