diff mbox

misc: spelling

Message ID 1450433172-1175-1-git-send-email-marcandre.lureau@redhat.com
State New
Headers show

Commit Message

Marc-André Lureau Dec. 18, 2015, 10:06 a.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

---
 monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Markus Armbruster Dec. 18, 2015, 12:58 p.m. UTC | #1
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 <armbru@redhat.com>

marcandre.lureau@redhat.com writes:

> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> ---
>  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;
Luiz Capitulino Dec. 18, 2015, 1:20 p.m. UTC | #2
On Fri, 18 Dec 2015 13:58:45 +0100
Markus Armbruster <armbru@redhat.com> 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 <armbru@redhat.com>

Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>

> 
> marcandre.lureau@redhat.com writes:
> 
> > From: Marc-André Lureau <marcandre.lureau@redhat.com>
> >
> > ---
> >  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;
>
Michael Tokarev Jan. 10, 2016, 5:50 p.m. UTC | #3
18.12.2015 13:06, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@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;
>
Markus Armbruster Jan. 18, 2016, 1:07 p.m. UTC | #4
Michael Tokarev <mjt@tls.msk.ru> writes:

> 18.12.2015 13:06, marcandre.lureau@redhat.com wrote:
>> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> This patch does not have a required Signed-off-By tag, sorry.

Marc-André, please reply with your S-o-B to unblock this patch.
diff mbox

Patch

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;