From: Cao jin Date: Mon, 10 Aug 2015 07:31:45 +0000 (+0800) Subject: fix typo in comments X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b1ad57ecd2df21a0bdae89a36e3d1daef6023618;p=libvirt.git fix typo in comments Signed-off-by: Cao jin --- diff --git a/src/datatypes.h b/src/datatypes.h index c498cb0ba2..be108fe6c2 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 */