monitor: Typo fix
s/partinal/partial/ Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
0668a06b81
commit
3b7c78c83a
@ -320,7 +320,7 @@ static void monitor_flush_locked(Monitor *mon)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (rc > 0) {
|
if (rc > 0) {
|
||||||
/* partinal write */
|
/* partial write */
|
||||||
QString *tmp = qstring_from_str(buf + rc);
|
QString *tmp = qstring_from_str(buf + rc);
|
||||||
QDECREF(mon->outbuf);
|
QDECREF(mon->outbuf);
|
||||||
mon->outbuf = tmp;
|
mon->outbuf = tmp;
|
||||||
|
Loading…
Reference in New Issue
Block a user