[libvirt] [PATCH] libvirt:docs: fix typo

--- docs/formatdomain.html.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 4edada3..3a504a1 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -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 it's <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). -- 1.7.7.6

On 03/22/2012 08:40 PM, Zhou Peng wrote: Commit message could have mentioned the typo; it took me three reads to see what you changed.
--- docs/formatdomain.html.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 4edada3..3a504a1 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -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 it's <code>mode</code> attribute to one of
And while fixing the <code/> typo, I'm also s/it's/its/ for grammar. ACK and pushed. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Zhou Peng