]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: fix double articles bug
authorWang Yufei <james.wangyufei@huawei.com>
Mon, 25 Nov 2013 11:41:27 +0000 (11:41 +0000)
committerEric Blake <eblake@redhat.com>
Thu, 5 Dec 2013 20:16:33 +0000 (13:16 -0700)
Delete the extra article 'the'.

Signed-off-by: Wang Yufei <james.wangyufei@huawei.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
src/libvirt.c

index 8618f4f5e9f977a920ff265ee1fb6b0be814c0e9..b3543d0efc162036185b6f9244be7bb49828e6ce 100644 (file)
@@ -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)