mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04: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;
|
||||
}
|
||||
if (rc > 0) {
|
||||
/* partinal write */
|
||||
/* partial write */
|
||||
QString *tmp = qstring_from_str(buf + rc);
|
||||
QDECREF(mon->outbuf);
|
||||
mon->outbuf = tmp;
|
||||
|
|
Loading…
Add table
Reference in a new issue