From: Chris Lalancette Date: Mon, 25 Jan 2010 14:58:40 +0000 (-0500) Subject: Fix two instances of misspelled 'pseudo' X-Git-Tag: v0.7.6~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d17c6187e2245c692ad07c1fee001a926dab78;p=thirdparty%2Flibvirt.git Fix two instances of misspelled 'pseudo' Signed-off-by: Chris Lalancette --- diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 424897f993..76d8faa7c8 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -134,7 +134,7 @@
  • Test - Psuedo-driver simulating APIs in memory for test suites + Pseudo-driver simulating APIs in memory for test suites
  • Remote diff --git a/src/xen/xs_internal.c b/src/xen/xs_internal.c index 8a64d4e77b..1ca3da06e9 100644 --- a/src/xen/xs_internal.c +++ b/src/xen/xs_internal.c @@ -853,7 +853,7 @@ int xenStoreDomainGetVNCPort(virConnectPtr conn, int domid) { * @conn: the hypervisor connection * @domid: id of the domain * - * Return the path to the psuedo TTY on which the guest domain's + * Return the path to the pseudo TTY on which the guest domain's * serial console is attached. * * Returns the path to the serial console. It is the callers