mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
virsh: fix a typo in virsh-domain
s/it's/its Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
70dadfa7e7
commit
55da09933f
@ -3036,7 +3036,7 @@ cmdUndefine(vshControl *ctl, const vshCmd *cmd)
|
||||
&ctxt)))
|
||||
goto error;
|
||||
|
||||
/* tokenize the string from user and save it's parts into an array */
|
||||
/* tokenize the string from user and save its parts into an array */
|
||||
if (vol_string &&
|
||||
(nvol_list = vshStringToArray(vol_string, &vol_list)) < 0)
|
||||
goto error;
|
||||
|
Loading…
Reference in New Issue
Block a user