Index: proxy/libvirt_proxy.c =================================================================== RCS file: /data/cvs/libvirt/proxy/libvirt_proxy.c,v retrieving revision 1.32 diff -u -r1.32 libvirt_proxy.c --- proxy/libvirt_proxy.c 10 Apr 2008 16:54:54 -0000 1.32 +++ proxy/libvirt_proxy.c 22 Apr 2008 00:08:55 -0000 @@ -151,7 +151,7 @@ /** * proxyListenUnixSocket: - * @path: the fileame for the socket + * @path: the filename for the socket * * create a new abstract socket based on that path and listen on it * @@ -700,7 +700,7 @@ if (exit_timeout == 0) { done = 1; if (debug > 0) { - fprintf(stderr, "Exitting after 30s without clients\n"); + fprintf(stderr, "Exiting after 30s without clients\n"); } } } else