From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9uxH-0003rF-EP for qemu-devel@nongnu.org; Fri, 18 Dec 2015 08:20:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9uxE-0004jD-7E for qemu-devel@nongnu.org; Fri, 18 Dec 2015 08:20:19 -0500 Date: Fri, 18 Dec 2015 08:20:14 -0500 From: Luiz Capitulino Message-ID: <20151218082014.57dd2b30@redhat.com> In-Reply-To: <87mvt7ewvu.fsf@blackfin.pond.sub.org> References: <1450433172-1175-1-git-send-email-marcandre.lureau@redhat.com> <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: Markus Armbruster Cc: qemu-trivial@nongnu.org, marcandre.lureau@redhat.com, qemu-devel@nongnu.org On Fri, 18 Dec 2015 13:58:45 +0100 Markus Armbruster wrote: > Copying maintainer just for completeness. I'm sure Luiz won't at all > mind this going through trivial ;) >=20 > Let's clarify the commit message: >=20 > monitor: Spelling fix >=20 > With that: >=20 > Reviewed-by: Markus Armbruster Reviewed-by: Luiz Capitulino >=20 > marcandre.lureau@redhat.com writes: >=20 > > 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; >=20