From patchwork Wed Mar 4 17:49:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Bernd Edlinger X-Patchwork-Id: 446348 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0350A140134 for ; Thu, 5 Mar 2015 04:50:01 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=o96y2fVq; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:from:to:cc:subject:date:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=WWc Yrjc0cM10eGyRRrkswVneE3/zYSnRgSwjeB9MZUkVhTPVFGLdH5liG2iCg1Vd6zU Lu3CxNzHQsUcqNHK6Gud/jEqMbnSIH686OGfttGwXoY/wgI/1YChiva+TM9nLwDj ssCKFZxeWBp6H65ITFizRRxYWGH2xv40EV9CpGr8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:from:to:cc:subject:date:content-type :content-transfer-encoding:mime-version; s=default; bh=dWw/mA39S OdJlBtW+Tkqsr6/b4E=; b=o96y2fVqQVF3JFtODn8SdkyLf0YYv2ISGcqkmWe5r mbVWbYdDQVQ4ueCqVjLooKwx4+QMvcoOfKuPAjIzHNchbb0NeZYZ+MZn7WftTHqE PUc10FEpfKvJLA20nMC1CFnB6xBhhndDIfKDTX/68ifWKaNxEN6EIF9vS5ZE4YB0 /A= Received: (qmail 74247 invoked by alias); 4 Mar 2015 17:49:53 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 74229 invoked by uid 89); 4 Mar 2015 17:49:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 X-HELO: DUB004-OMC3S20.hotmail.com Received: from dub004-omc3s20.hotmail.com (HELO DUB004-OMC3S20.hotmail.com) (157.55.2.29) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA256 encrypted) ESMTPS; Wed, 04 Mar 2015 17:49:51 +0000 Received: from DUB118-W49 ([157.55.2.7]) by DUB004-OMC3S20.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Wed, 4 Mar 2015 09:49:48 -0800 X-TMN: [ZqGxaqfqnflQ8K22z05M6e1rUJTeNC0M] Message-ID: From: Bernd Edlinger To: "gcc-patches@gcc.gnu.org" CC: "Joseph S. Myers" Subject: [PATCH] Fix a typo in the german language translation Date: Wed, 4 Mar 2015 18:49:48 +0100 MIME-Version: 1.0 Hi, if nobody objects, I'd like to fix this in the german language translation file locally. I have already informed the german language translation team and yesterday this message has been fixed upstream.  But this typo is just too ugly to leave it for another year! Bernd. 2015-03-04  Bernd Edlinger          * po/de.po: Fixed a typo. Index: gcc/po/de.po =================================================================== --- gcc/po/de.po    (Revision 221161) +++ gcc/po/de.po    (Arbeitskopie) @@ -20369,7 +20369,7 @@ msgstr ""  #: tree-diagnostic.c:213  #, gcc-internal-format  msgid "in definition of macro %qs" -msgstr "in Dedefinition des Makros %qs" +msgstr "in der Definition des Makros %qs"    #: tree-diagnostic.c:230  #, gcc-internal-format