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