From a7d17c6187e2245c692ad07c1fee001a926dab78 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 25 Jan 2010 09:58:40 -0500 Subject: [PATCH] Fix two instances of misspelled 'pseudo' Signed-off-by: Chris Lalancette --- docs/sitemap.html.in | 2 +- src/xen/xs_internal.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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