[libvirt] [patch][doc and comment] typos fix

Hi, I post a typo patch since it reaches 20. docs/apps.html | 2 +- docs/apps.html.in | 2 +- docs/deployment.html | 2 +- docs/deployment.html.in | 2 +- docs/index.py | 6 +++--- docs/intro.html | 2 +- docs/intro.html.in | 2 +- docs/library.xen | 4 ++-- docs/virsh.pod | 2 +- include/libvirt/libvirt.h | 2 +- include/libvirt/libvirt.h.in | 2 +- proxy/libvirt_proxy.c | 2 +- qemud/event.c | 2 +- qemud/qemud.c | 2 +- qemud/remote.c | 2 +- src/event.c | 2 +- src/proxy_internal.c | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) Thanks Atsushi SAKAI

On Fri, May 09, 2008 at 08:52:00PM +0900, Atsushi SAKAI wrote:
Hi,
I post a typo patch since it reaches 20.
okay, thanks except a coupld of things:
docs/index.py | 6 +++---
-# Create a database user 'veillard' and give him passord access +# Create a database user 'veillard' and give him passed access i really meant password, not passed, wrong pick ;-)
proxy/libvirt_proxy.c | 2 +-
* 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) doesn't look like a typo, and i prefer to keep the * aligned vertically But except those, it looks fine to me, please apply :-) Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
participants (2)
-
Atsushi SAKAI
-
Daniel Veillard