From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Urjum-00019E-Rr for mharc-grub-devel@gnu.org; Wed, 26 Jun 2013 03:13:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urjuj-00017O-Po for grub-devel@gnu.org; Wed, 26 Jun 2013 03:13:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Urjui-0003DO-66 for grub-devel@gnu.org; Wed, 26 Jun 2013 03:13:13 -0400 Received: from collab.rosalab.ru ([195.19.76.181]:54228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urjuh-0003Cn-UE for grub-devel@gnu.org; Wed, 26 Jun 2013 03:13:12 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by collab.rosalab.ru (Postfix) with ESMTP id 9C8F029C230 for ; Wed, 26 Jun 2013 11:13:09 +0400 (MSK) X-Virus-Scanned: amavisd-new at rosalab.ru Received: from collab.rosalab.ru ([127.0.0.1]) by localhost (collab.rosalab.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2AFw6xJipMYE for ; Wed, 26 Jun 2013 11:13:09 +0400 (MSK) Received: from icedphoenix.localnet (unknown [217.199.216.178]) by collab.rosalab.ru (Postfix) with ESMTPSA id 391D929C1AB for ; Wed, 26 Jun 2013 11:13:09 +0400 (MSK) From: Vladimir Testov To: grub-devel@gnu.org Subject: [PATCH] please fix the typo in the changelog Date: Wed, 26 Jun 2013 11:13:08 +0400 Message-ID: <1829234.0Ml7WcZFJa@icedphoenix> User-Agent: KMail/4.10.2 (Linux/3.8.0-19-generic; KDE/4.10.2; x86_64; ; ) In-Reply-To: <2078710.n9kWfv2t7O@icedphoenix> References: <2078710.n9kWfv2t7O@icedphoenix> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart68613569.uV1uqm4TZ0" Content-Transfer-Encoding: 7Bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 195.19.76.181 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 07:13:15 -0000 This is a multi-part message in MIME format. --nextPart68613569.uV1uqm4TZ0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" On Monday, May 13, 2013 05:24:58 PM Vladimir Testov wrote: > 2013-04-29 Vladimir Testov >=20 > * grub-core/gfxmenu/circular_progress.c: Set start_angle in d= egrees > with syntax "XXX deg"/"XXX =B0". >=20 > should be gui_circular_progress.c (not circular_progress.c) Once again, please fix the typo. :) --=20 With best regards, _______________________________ Vladimir Testov, ROSA Laboratory. www.rosalab.ru --nextPart68613569.uV1uqm4TZ0 Content-Disposition: attachment; filename="grub-fix-typo.patch" Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; charset="UTF-8"; name="grub-fix-typo.patch" diff -Naur grub/ChangeLog grub-copy/ChangeLog --- grub/ChangeLog=092013-06-25 16:03:37.041178000 +0400 +++ grub-copy/ChangeLog=092013-06-25 16:12:58.006177766 +0400 @@ -503,7 +503,7 @@ =20 2013-04-29 Vladimir Testov =20 -=09* grub-core/gfxmenu/circular_progress.c: Set start_angle in degrees= +=09* grub-core/gfxmenu/gui_circular_progress.c: Set start_angle in deg= rees =09with syntax "XXX deg"/"XXX =C2=B0". =20 2013-04-29 Vladimir Serbinenko --nextPart68613569.uV1uqm4TZ0--