From 080ebb237141ecebb1f8c56985630963815efb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Thu, 28 Mar 2019 17:42:23 +0100 Subject: [PATCH] virsh-completer: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the posessive determiner instead of a contracted auxiliary. Signed-off-by: Ján Tomko --- tools/virsh-completer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-completer.c b/tools/virsh-completer.c index e9ef9b99f9..760ed2088f 100644 --- a/tools/virsh-completer.c +++ b/tools/virsh-completer.c @@ -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.