typos fixes

* docs//* src/conf.c src/hash.c src/libvirt.c src/proxy_internal.c
 src/remote_internal.c src/virsh.c src/xen_internal.c
 src/xend_internal.c src/xml.c: applied patch from Atsushi SAKAI
 fixing a lot of typos
Daniel
This commit is contained in:
Daniel Veillard
2008-04-04 07:58:29 +00:00
parent 17fc060be7
commit a528e97383
27 changed files with 112 additions and 105 deletions

View File

@@ -173,7 +173,7 @@ proxyListenUnixSocket(const char *path) {
/*
* Abstract socket do not hit the filesystem, way more secure and
* garanteed to be atomic
* guaranteed to be atomic
*/
memset(&addr, 0, sizeof(addr));
addr.sun_family = AF_UNIX;
@@ -782,7 +782,7 @@ usage(const char *progname) {
/**
* main:
*
* Check that we are running with root priviledges, initialize the
* Check that we are running with root privileges, initialize the
* connections to the daemon and or hypervisor, and then run the main loop
*/
int main(int argc, char **argv) {