From: Wang Yufei Date: Mon, 25 Nov 2013 11:41:27 +0000 (+0000) Subject: docs: fix double articles bug X-Git-Tag: CVE-2013-6436~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51855d10fa3153355a45567242f9784814f3903;p=thirdparty%2Flibvirt.git docs: fix double articles bug Delete the extra article 'the'. Signed-off-by: Wang Yufei Signed-off-by: Eric Blake --- 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)