diff mbox

monitor: Typo fix

Message ID 1463522415-6878-1-git-send-email-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Blake May 17, 2016, 10 p.m. UTC
s/partinal/partial/

Signed-off-by: Eric Blake <eblake@redhat.com>
---
 monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Tokarev May 29, 2016, 8:27 a.m. UTC | #1
Applied to -trivial, thanks!

/mjt
diff mbox

Patch

diff --git a/monitor.c b/monitor.c
index 4393151..2f56488 100644
--- a/monitor.c
+++ b/monitor.c
@@ -312,7 +312,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;