From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9vd8-0000f6-KO for qemu-devel@nongnu.org; Wed, 23 Jul 2014 08:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9vct-0001vi-EC for qemu-devel@nongnu.org; Wed, 23 Jul 2014 08:26:46 -0400 Received: from qmta01.emeryville.ca.mail.comcast.net ([2001:558:fe2d:43:76:96:30:16]:42368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9vct-0001vW-3g for qemu-devel@nongnu.org; Wed, 23 Jul 2014 08:26:31 -0400 From: Eric Blake Date: Wed, 23 Jul 2014 06:26:14 -0600 Message-Id: <1406118378-11217-2-git-send-email-eblake@redhat.com> In-Reply-To: <1406118378-11217-1-git-send-email-eblake@redhat.com> References: <1406118378-11217-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH v2 for-2.1 1/5] docs: grammar fixes to qmp-events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, wenchaoqemu@gmail.com, armbru@redhat.com, lcapitulino@redhat.com When converting to qmp events, commits 7cfadb6b and a6330785 fixed some grammar as part of moving text between files. But since dfab4892 later restored this file to the state prior to qmp events, we have to do it again. * docs/qmp/qmp-events.txt (RESET, SPICE_INITIALIZED): Tweak. Signed-off-by: Eric Blake --- docs/qmp/qmp-events.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index 4a6c2a2..524eadf 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -285,7 +285,7 @@ Example: RESET ----- -Emitted when the Virtual Machine is reseted. +Emitted when the Virtual Machine is reset. Data: None. @@ -366,7 +366,7 @@ SPICE_INITIALIZED ----------------- Emitted after initial handshake and authentication takes place (if any) -and the SPICE channel is up'n'running +and the SPICE channel is up and running Data: -- 1.9.3