18.12.2015 13:06, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau <marcandre.lur...@redhat.com>
This patch does not have a required Signed-off-By tag, sorry. Thanks, /mjt > --- > 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; >