[libvirt] [PATCH] Fix two instances of misspelled 'pseudo'

Chris Lalancette clalance at redhat.com
Mon Jan 25 19:28:13 UTC 2010


Signed-off-by: Chris Lalancette <clalance at redhat.com>
---
 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 424897f..76d8faa 100644
--- a/docs/sitemap.html.in
+++ b/docs/sitemap.html.in
@@ -134,7 +134,7 @@
               </li>
               <li>
                 <a href="drvtest.html">Test</a>
-                <span>Psuedo-driver simulating APIs in memory for test suites</span>
+                <span>Pseudo-driver simulating APIs in memory for test suites</span>
               </li>
               <li>
                 <a href="drvremote.html">Remote</a>
diff --git a/src/xen/xs_internal.c b/src/xen/xs_internal.c
index 8a64d4e..1ca3da0 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
-- 
1.6.6




More information about the libvir-list mailing list