mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
virerror: Fix an error message typo
This commit is contained in:
parent
d6b27d3e4c
commit
3e8699d324
@ -99,7 +99,7 @@ void virReportSystemErrorFull(int domcode,
|
|||||||
#argname, \
|
#argname, \
|
||||||
NULL, \
|
NULL, \
|
||||||
0, 0, \
|
0, 0, \
|
||||||
_("%s in %s must greater than zero"), \
|
_("%s in %s must be greater than zero"), \
|
||||||
#argname, __FUNCTION__)
|
#argname, __FUNCTION__)
|
||||||
# define virReportInvalidNonZeroArg(argname) \
|
# define virReportInvalidNonZeroArg(argname) \
|
||||||
virRaiseErrorFull(__FILE__, __FUNCTION__, __LINE__, \
|
virRaiseErrorFull(__FILE__, __FUNCTION__, __LINE__, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user