docs: fix double articles bug

Delete the extra article 'the'.

Signed-off-by: Wang Yufei <james.wangyufei@huawei.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Wang Yufei 2013-11-25 11:41:27 +00:00 committed by Eric Blake
parent e925aad324
commit d51855d10f

View 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)