fix typo in comments

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
This commit is contained in:
Cao jin 2015-08-10 15:31:45 +08:00 committed by Ján Tomko
parent bc359f77f3
commit b1ad57ecd2

View 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 */