]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh-completer: fix typo
authorJán Tomko <jtomko@redhat.com>
Thu, 28 Mar 2019 16:42:23 +0000 (17:42 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 3 Apr 2019 08:07:36 +0000 (10:07 +0200)
Use the posessive determiner instead of a contracted auxiliary.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tools/virsh-completer.c

index e9ef9b99f99221e3308897cf54f7b1fadf8376b9..760ed2088ffb179cc85865a3f65f69aa113e5549 100644 (file)
@@ -58,7 +58,7 @@
  *
  * The @flags contains a .completer_flags value defined for each
  * use or 0 if no .completer_flags were specified. If a completer
- * is generic enough @flags can be used to alter it's behaviour.
+ * is generic enough @flags can be used to alter its behaviour.
  * For instance, a completer to fetch names of domains can use
  * @flags to return names of only domains in a particular state
  * that the command accepts.