From: Chen Hanxiao Date: Thu, 17 Oct 2013 01:42:25 +0000 (+0800) Subject: virsh: fix a typo in virsh-domain X-Git-Tag: CVE-2013-4401~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55da09933f0e77b5bb5b7f22fad6916376d4ce2d;p=thirdparty%2Flibvirt.git virsh: fix a typo in virsh-domain s/it's/its Signed-off-by: Chen Hanxiao --- diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 6d241db7dc..9017cac8cc 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -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;