From 11ed669865964b0ea98954c15557d99c0c55364e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Jan 2009 09:03:37 -0800 Subject: [PATCH] Fix typo in last change. --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index 80918502e..8a8ebc60d 100644 --- a/po/Makevars +++ b/po/Makevars @@ -9,7 +9,7 @@ top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag=error:3:c-format \ - --flag=ERROR:1:c-format --flag=arg_error:2:c-format + --flag=ERROR:1:c-format --flag=argp_error:2:c-format # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding -- 2.47.3