From: Marc-André Lureau <marcandre.lur...@redhat.com> --- monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/monitor.c b/monitor.c index 4deef29..25f9608 100644 --- a/monitor.c +++ b/monitor.c @@ -306,7 +306,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.4.3