From: Cole Robinson Date: Sat, 3 May 2014 19:36:15 +0000 (-0400) Subject: virerror: Fix an error message typo X-Git-Tag: v1.1.3.6~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4cea19b46bf8227fe86e49087ec7c0fe837b58d;p=thirdparty%2Flibvirt.git virerror: Fix an error message typo (cherry picked from commit 3e8699d32423650d2f7ab85eb1b24b6f37d55524) --- diff --git a/src/util/virerror.h b/src/util/virerror.h index 05e9950a9b..a6b0ec5ac3 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__, \