On Fri, 18 Dec 2015 13:58:45 +0100
Markus Armbruster <[email protected]> wrote:

> 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 <[email protected]>

Reviewed-by: Luiz Capitulino <[email protected]>

> 
> [email protected] writes:
> 
> > From: Marc-AndrĂ© Lureau <[email protected]>
> >
> > ---
> >  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 = qstring_from_str(buf + rc);
> >              QDECREF(mon->outbuf);
> >              mon->outbuf = tmp;
> 


Reply via email to