Message ID | 1453123549-30800-1-git-send-email-marcandre.lureau@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
adding trivial to cc On Mon, Jan 18, 2016 at 2:25 PM, <marcandre.lureau@redhat.com> wrote: > From: Marc-André Lureau <marcandre.lureau@redhat.com> > > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> > Reviewed-by: Markus Armbruster <armbru@redhat.com> > Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com> > --- > monitor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/monitor.c b/monitor.c > index c53a453..baa89cb 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; > -- > 2.5.0 > >
diff --git a/monitor.c b/monitor.c index c53a453..baa89cb 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;