]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virerror: Fix an error message typo
authorCole Robinson <crobinso@redhat.com>
Sat, 3 May 2014 19:36:15 +0000 (15:36 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 8 Sep 2014 16:17:54 +0000 (12:17 -0400)
(cherry picked from commit 3e8699d32423650d2f7ab85eb1b24b6f37d55524)

src/util/virerror.h

index 05e9950a9baadf32239650216d9b9d354dcf2782..a6b0ec5ac3f4f70de96fa8c38136ed7019af40bb 100644 (file)
@@ -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__,              \