From d51855d10fa3153355a45567242f9784814f3903 Mon Sep 17 00:00:00 2001 From: Wang Yufei Date: Mon, 25 Nov 2013 11:41:27 +0000 Subject: [PATCH] docs: fix double articles bug Delete the extra article 'the'. Signed-off-by: Wang Yufei Signed-off-by: Eric Blake --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index 8618f4f5e9..b3543d0efc 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -16526,7 +16526,7 @@ error: * Otherwise, creates a new secret with an automatically chosen UUID, and * initializes its attributes from xml. * - * Returns a the secret on success, NULL on failure. + * Returns a secret on success, NULL on failure. */ virSecretPtr virSecretDefineXML(virConnectPtr conn, const char *xml, unsigned int flags) -- GitLab