]> xenbits.xensource.com Git - libvirt.git/commitdiff
fix typo in comments
authorCao jin <caoj.fnst@cn.fujitsu.com>
Mon, 10 Aug 2015 07:31:45 +0000 (15:31 +0800)
committerJán Tomko <jtomko@redhat.com>
Mon, 10 Aug 2015 07:39:13 +0000 (09:39 +0200)
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
src/datatypes.h

index c498cb0ba2b1fbdf28e4f98cfbe9eca5c3499a7a..be108fe6c2e5c55b8491db81bcc86928aa443b8a 100644 (file)
@@ -383,7 +383,7 @@ struct _virConnect {
 
     /* Per-connection error. */
     virError err;           /* the last error */
-    virErrorFunc handler;   /* associated handlet */
+    virErrorFunc handler;   /* associated handler */
     void *userData;         /* the user data */
 
     /* Per-connection close callback */