]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
libvirt-admin.c:fix a typo
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Wed, 21 Sep 2016 19:31:50 +0000 (01:01 +0530)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 21 Sep 2016 20:17:22 +0000 (16:17 -0400)
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
src/libvirt-admin.c

index 03245b636f0c9d57e42c0b17bed7e2b1b2a8a532..88eef54a22d23cb395a6c1ba7f9393d9a7e27e3a 100644 (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.
  *