[libvirt] [PATCH] * cfg.mk (sc_prohibit_gettext_noop): Fix typo

Eric Blake eblake at redhat.com
Thu Mar 18 14:39:59 UTC 2010


---

Phooey - I didn't notice my typo until too late.  Would you mind
pushing this trivial followup?

 cfg.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 5b4d6ed..9fc2d66 100644
--- 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:
-- 
1.6.6.1




More information about the libvir-list mailing list