mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
* include/virterror.h: fix typos pointed by Jim Meyering
Daniel
This commit is contained in:
parent
978115dc04
commit
49359cfe63
@ -1,3 +1,7 @@
|
|||||||
|
Fri Mar 24 23:57:56 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* include/virterror.h: fix typos pointed by Jim Meyering
|
||||||
|
|
||||||
Fri Mar 24 23:36:05 CET 2006 Daniel Veillard <veillard@redhat.com>
|
Fri Mar 24 23:36:05 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* include/virterror.h: applied patch from Daniel Berrange for out of
|
* include/virterror.h: applied patch from Daniel Berrange for out of
|
||||||
|
@ -92,13 +92,13 @@ typedef enum {
|
|||||||
VIR_ERR_NO_XEN,/* could not open Xen hypervisor control */
|
VIR_ERR_NO_XEN,/* could not open Xen hypervisor control */
|
||||||
VIR_ERR_XEN_CALL,/* failure doing an hypervisor call */
|
VIR_ERR_XEN_CALL,/* failure doing an hypervisor call */
|
||||||
VIR_ERR_OS_TYPE, /* unknown OS type */
|
VIR_ERR_OS_TYPE, /* unknown OS type */
|
||||||
VIR_ERR_NO_KERNEL, /* missing kernel informations */
|
VIR_ERR_NO_KERNEL, /* missing kernel information */
|
||||||
VIR_ERR_NO_ROOT, /* missing root device informations */
|
VIR_ERR_NO_ROOT, /* missing root device information */
|
||||||
VIR_ERR_NO_SOURCE, /* missing source device informations */
|
VIR_ERR_NO_SOURCE, /* missing source device information */
|
||||||
VIR_ERR_NO_TARGET, /* missing target device informations */
|
VIR_ERR_NO_TARGET, /* missing target device information */
|
||||||
VIR_ERR_NO_NAME, /* missing domain name informations */
|
VIR_ERR_NO_NAME, /* missing domain name information */
|
||||||
VIR_ERR_NO_OS, /* missing domain OS informations */
|
VIR_ERR_NO_OS, /* missing domain OS information */
|
||||||
VIR_ERR_NO_DEVICE, /* missing domain devices informations */
|
VIR_ERR_NO_DEVICE, /* missing domain devices information */
|
||||||
VIR_ERR_NO_XENSTORE,/* could not open Xen Store control */
|
VIR_ERR_NO_XENSTORE,/* could not open Xen Store control */
|
||||||
} virErrorNumber;
|
} virErrorNumber;
|
||||||
|
|
||||||
|
@ -92,13 +92,13 @@ typedef enum {
|
|||||||
VIR_ERR_NO_XEN,/* could not open Xen hypervisor control */
|
VIR_ERR_NO_XEN,/* could not open Xen hypervisor control */
|
||||||
VIR_ERR_XEN_CALL,/* failure doing an hypervisor call */
|
VIR_ERR_XEN_CALL,/* failure doing an hypervisor call */
|
||||||
VIR_ERR_OS_TYPE, /* unknown OS type */
|
VIR_ERR_OS_TYPE, /* unknown OS type */
|
||||||
VIR_ERR_NO_KERNEL, /* missing kernel informations */
|
VIR_ERR_NO_KERNEL, /* missing kernel information */
|
||||||
VIR_ERR_NO_ROOT, /* missing root device informations */
|
VIR_ERR_NO_ROOT, /* missing root device information */
|
||||||
VIR_ERR_NO_SOURCE, /* missing source device informations */
|
VIR_ERR_NO_SOURCE, /* missing source device information */
|
||||||
VIR_ERR_NO_TARGET, /* missing target device informations */
|
VIR_ERR_NO_TARGET, /* missing target device information */
|
||||||
VIR_ERR_NO_NAME, /* missing domain name informations */
|
VIR_ERR_NO_NAME, /* missing domain name information */
|
||||||
VIR_ERR_NO_OS, /* missing domain OS informations */
|
VIR_ERR_NO_OS, /* missing domain OS information */
|
||||||
VIR_ERR_NO_DEVICE, /* missing domain devices informations */
|
VIR_ERR_NO_DEVICE, /* missing domain devices information */
|
||||||
VIR_ERR_NO_XENSTORE,/* could not open Xen Store control */
|
VIR_ERR_NO_XENSTORE,/* could not open Xen Store control */
|
||||||
} virErrorNumber;
|
} virErrorNumber;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user