From 3e8699d32423650d2f7ab85eb1b24b6f37d55524 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sat, 3 May 2014 15:36:15 -0400 Subject: [PATCH] virerror: Fix an error message typo --- 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 2de04f474f..fe0e15efe8 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__, \ -- GitLab