From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] tools: fix typo Date: Tue, 19 May 2009 11:28:20 +0200 Message-ID: <200905191128.20464.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_0unEK+Svp0fkEnS" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_0unEK+Svp0fkEnS Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, attached patch fixes an obvious typo. Please also apply this to xen-3.4-testing. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --Boundary-00=_0unEK+Svp0fkEnS Content-Type: text/x-diff; charset="us-ascii"; name="xen_xgettext.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_xgettext.diff" diff -r 780041c4a96d tools/python/Makefile --- a/tools/python/Makefile Tue May 19 02:23:32 2009 +0100 +++ b/tools/python/Makefile Tue May 19 11:26:33 2009 +0200 @@ -34,7 +34,7 @@ build: buildpy refresh-pot refresh-po $( # string, hence the sed black magic. This avoids the expensive # re-generation of .po files on every single build refresh-pot: $(I18NSRCFILES) - xgettext --default-domain=$(POPACAKGE) \ + xgettext --default-domain=$(POPACKAGE) \ --keyword=N_ \ --keyword=_ \ -o $(POTFILE)-tmp \ --Boundary-00=_0unEK+Svp0fkEnS Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_0unEK+Svp0fkEnS--