From d36ccf9f6ab8f4e306ac6caa18db7d10315c125d Mon Sep 17 00:00:00 2001
From: Zhou Peng <ailvpeng25@gmail.com>
Date: Fri, 23 Mar 2012 10:40:09 +0800
Subject: [PATCH] docs: fix typo

Bogus <code/>, and incorrect use of it's instead of its.
---
 docs/formatdomain.html.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 4edada3331..21372b7cd4 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2890,7 +2890,7 @@ qemu-kvm -net nic,model=? /dev/null
             </p>
             <p>
               Streaming mode is set by the <code>streaming</code>
-              element, settings it's <code>mode</code> attribute to one
+              element, settings its <code>mode</code> attribute to one
               of <code>filter</code>, <code>all</code>
               or <code>off</code>, <span class="since">since 0.9.2</span>.
             </p>
@@ -2903,8 +2903,8 @@ qemu-kvm -net nic,model=? /dev/null
               0.9.3</span>.
             </p>
             <p>
-              Mouse mode is set by the <code>mouse<code/> element,
-              setting it's <code>mode<code/> attribute to one of
+              Mouse mode is set by the <code>mouse</code> element,
+              setting its <code>mode</code> attribute to one of
               <code>server</code> or <code>client</code> ,
               <span class="since">since 0.9.11</span>. If no mode is
               specified, the qemu default will be used (client mode).