From: Nitesh Konkar Date: Wed, 21 Sep 2016 19:31:50 +0000 (+0530) Subject: libvirt-admin.c:fix a typo X-Git-Tag: v2.3.0-rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33bf3b44101099ccf0f3408fb5b9f12ba4f641ff;p=thirdparty%2Flibvirt.git libvirt-admin.c:fix a typo Signed-off-by: Nitesh Konkar --- diff --git a/src/libvirt-admin.c b/src/libvirt-admin.c index 03245b636f..88eef54a22 100644 --- a/src/libvirt-admin.c +++ b/src/libvirt-admin.c @@ -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. *