On 05/04/2014 03:37 AM, Guido Günther wrote:
On Sat, May 03, 2014 at 03:59:38PM -0400, Cole Robinson wrote:
> ---
> src/util/virerror.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/util/virerror.h b/src/util/virerror.h
> index 2de04f4..fe0e15e 100644
> --- a/src/util/virerror.h
> +++ b/src/util/virerror.h
> @@ -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__, \
> --
ACK.
-- Guido
Thanks, I pushed this one
- Cole