mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue