virerror: Fix an error message typo

(cherry picked from commit 3e8699d32423650d2f7ab85eb1b24b6f37d55524)
This commit is contained in:
Cole Robinson 2014-05-03 15:36:15 -04:00
parent 4aac971304
commit f4cea19b46

View File

@ -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__, \