]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: fix a typo in virsh-domain
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Thu, 17 Oct 2013 01:42:25 +0000 (09:42 +0800)
committerJán Tomko <jtomko@redhat.com>
Thu, 17 Oct 2013 07:08:25 +0000 (09:08 +0200)
s/it's/its

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
tools/virsh-domain.c

index 6d241db7dcb461618507a3ed0d085852d61a2f2d..9017cac8cc47ee1fa1499750febe4badd1a61f9e 100644 (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;