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:
Chen Hanxiao 2013-10-17 09:42:25 +08:00 committed by Ján Tomko
parent 70dadfa7e7
commit 55da09933f

View File

@ -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;