libvirt-admin.c:fix a typo

Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
This commit is contained in:
Nitesh Konkar 2016-09-22 01:01:50 +05:30 committed by John Ferlan
parent d02aaddc19
commit 33bf3b4410

View File

@ -344,7 +344,7 @@ virAdmConnectRef(virAdmConnectPtr conn)
* @libVer: where to store the library version
*
* Provides version information. @libVer is the version of the library and will
* allways be set unless an error occurs in which case an error code and a
* always be set unless an error occurs in which case an error code and a
* generic message will be returned. @libVer format is as follows:
* major * 1,000,000 + minor * 1,000 + release.
*