[libvirt] [PATCH] fix typo in comments

Cao jin caoj.fnst at cn.fujitsu.com
Mon Aug 10 07:31:45 UTC 2015


Signed-off-by: Cao jin <caoj.fnst at cn.fujitsu.com>
---
 src/datatypes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/datatypes.h b/src/datatypes.h
index c498cb0..be108fe 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -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 */
-- 
2.1.0




More information about the libvir-list mailing list