mirror of https://gitee.com/openkylin/libvirt.git
fix typo in comments
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
This commit is contained in:
parent
bc359f77f3
commit
b1ad57ecd2
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue