From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9ucW-00078A-QW for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:58:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9ucS-000760-Q3 for qemu-devel@nongnu.org; Fri, 18 Dec 2015 07:58:52 -0500 From: Markus Armbruster References: <1450433172-1175-1-git-send-email-marcandre.lureau@redhat.com> Date: Fri, 18 Dec 2015 13:58:45 +0100 In-Reply-To: <1450433172-1175-1-git-send-email-marcandre.lureau@redhat.com> (marcandre lureau's message of "Fri, 18 Dec 2015 11:06:12 +0100") Message-ID: <87mvt7ewvu.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] misc: spelling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Luiz Capitulino Copying maintainer just for completeness. I'm sure Luiz won't at all mind this going through trivial ;) Let's clarify the commit message: monitor: Spelling fix With that: Reviewed-by: Markus Armbruster marcandre.lureau@redhat.com writes: > From: Marc-Andr=C3=A9 Lureau > > --- > monitor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/monitor.c b/monitor.c > index e7e7ae2..51ec4c3 100644 > --- a/monitor.c > +++ b/monitor.c > @@ -311,7 +311,7 @@ static void monitor_flush_locked(Monitor *mon) > return; > } > if (rc > 0) { > - /* partinal write */ > + /* partial write */ > QString *tmp =3D qstring_from_str(buf + rc); > QDECREF(mon->outbuf); > mon->outbuf =3D tmp;