mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 11:49:29 +00:00
virerror: Fix an error message typo
(cherry picked from commit 3e8699d32423650d2f7ab85eb1b24b6f37d55524)
This commit is contained in:
parent
4aac971304
commit
f4cea19b46
@ -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…
x
Reference in New Issue
Block a user