diff --git a/ChangeLog b/ChangeLog index edd59e89b9f5b0202914f2de1c16aa5158513b75..40b8a84bcf2c80a5519c7ab6a7bb1f919560172b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 24 18:00:21 JST 2008 Atsushi SAKAI + + * proxy/libvirt_proxy.c docs/* fixing typos + Thu Apr 24 09:54:19 CEST 2008 Daniel Veillard * AUTHORS: indicate that the Logo is by Diana Fong diff --git a/docs/bindings.html b/docs/bindings.html index 4b0512e75d7be8ef8b195dcd1eb6fe2339b2adb5..ad4ccfbd89f5ef2ffbfdefd388feb094f4bb12c9 100644 --- a/docs/bindings.html +++ b/docs/bindings.html @@ -27,7 +27,7 @@

Bindings for other languages

Libvirt comes with bindings to support other languages than pure C. First the headers embeds the necessary declarations to -allow direct acces from C++ code, but also we have bindings for +allow direct access from C++ code, but also we have bindings for higher level kind of languages:

diff --git a/docs/sitemap.html b/docs/sitemap.html index 523f4e981ee0d202657109abec39fb1ef592dc85..95c09baaaff442e903008ef8976ce3de5a361f1a 100644 --- a/docs/sitemap.html +++ b/docs/sitemap.html @@ -103,7 +103,7 @@ Driver for the Linux native container API
  • Test - Psuedo-driver simulating APIs in memory for test suites + Pseudo-driver simulating APIs in memory for test suites
  • Remote Driver providing secure remote to the libvirt APIs diff --git a/proxy/libvirt_proxy.c b/proxy/libvirt_proxy.c index 93b74ab350e1d9f2a107d6f403bd9a488b1864e3..87cff97189099225939c8a64e21ca2ada1dd183c 100644 --- a/proxy/libvirt_proxy.c +++ b/proxy/libvirt_proxy.c @@ -151,7 +151,7 @@ proxyCloseUnixSocket(void) { /** * 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 @@ proxyProcessRequests(void) { 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