提交 f4cea19b 编写于 作者: C Cole Robinson

virerror: Fix an error message typo

(cherry picked from commit 3e8699d3)
上级 4aac9713
...@@ -99,7 +99,7 @@ void virReportSystemErrorFull(int domcode, ...@@ -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__, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册