diff options
| author | Ulrich Drepper <[email protected]> | 2009-01-25 09:03:37 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-01-25 09:03:37 -0800 |
| commit | 11ed669865964b0ea98954c15557d99c0c55364e (patch) | |
| tree | 61b2edf3475e92778e33b2585007383a8ca449c6 | |
| parent | 6cbd7adf7eeb3f30632b53c8a68c470e0e47252b (diff) | |
Fix typo in last change.
| -rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 80918502..8a8ebc60 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 |
