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