]> xenbits.xensource.com Git - 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>
Tue, 6 May 2014 15:21:57 +0000 (11:21 -0400)
src/util/virerror.h

index 2de04f474fb7680cefeb84794b71967cafd3498e..fe0e15efe88457e99ec9f38a9c0a56e2a1967dcd 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__,              \