From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAJqd-0005v7-5m for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAJqV-00038W-NO for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:18:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAJqV-00038I-Fp for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:18:11 -0400 From: Luiz Capitulino Date: Thu, 24 Jul 2014 10:17:44 -0400 Message-Id: <1406211468-9703-2-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1406211468-9703-1-git-send-email-lcapitulino@redhat.com> References: <1406211468-9703-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 1/5] docs: grammar fixes to qmp-events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws From: Eric Blake 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 Reviewed-by: Markus Armbruster Reviewed-by: Wenchao Xia Signed-off-by: Luiz Capitulino --- 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