]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
maint: fix typo
authorEric Blake <eblake@redhat.com>
Thu, 18 Mar 2010 14:39:59 +0000 (08:39 -0600)
committerJim Meyering <meyering@redhat.com>
Thu, 18 Mar 2010 15:26:06 +0000 (16:26 +0100)
* cfg.mk (sc_prohibit_gettext_noop): Fix typo

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 5b4d6ed74d8b4c19b3069c1d0da6001b96e85d64..9fc2d668f3cce50218ca3a820133045588304c95 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -107,7 +107,7 @@ sc_prohibit_gethostname:
 
 sc_prohibit_gettext_noop:
        @re='gettext_noop *\('                                          \
-       msg='use _N, not gettext_noop'                                  \
+       msg='use N_, not gettext_noop'                                  \
          $(_prohibit_regexp)
 
 sc_prohibit_VIR_ERR_NO_MEMORY: