From patchwork Wed Apr 22 14:30:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 463686 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 59A95140133 for ; Thu, 23 Apr 2015 00:30:26 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 89E108B7BD; Wed, 22 Apr 2015 14:30:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k8PSj3sciT1h; Wed, 22 Apr 2015 14:30:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A15908B798; Wed, 22 Apr 2015 14:30:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 7A3241C2214 for ; Wed, 22 Apr 2015 14:30:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6EB9132BAD for ; Wed, 22 Apr 2015 14:30:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id njWGSgHfGzpW for ; Wed, 22 Apr 2015 14:30:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from srv-hp10.netsons.net (unknown [94.141.22.72]) by silver.osuosl.org (Postfix) with ESMTPS id 4EF8C32BA3 for ; Wed, 22 Apr 2015 14:30:22 +0000 (UTC) Received: from host178-184-static.31-195-b.business.telecomitalia.it ([195.31.184.178]:43488 helo=wallace.comelit.it) by srv-hp10.netsons.net with esmtpa (Exim 4.85) (envelope-from ) id 1YkvfO-0003DZ-2Q; Wed, 22 Apr 2015 16:30:18 +0200 From: Luca Ceresoli To: buildroot@uclibc.org Date: Wed, 22 Apr 2015 16:30:06 +0200 Message-Id: <1429713006-22772-1-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 1.9.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - srv-hp10.netsons.net X-AntiAbuse: Original Domain - uclibc.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: srv-hp10.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Source: X-Source-Args: X-Source-Dir: Cc: Luca Ceresoli Subject: [Buildroot] [PATCH v2] ltris: fix typos X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Luca Ceresoli --- package/ltris/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ltris/Config.in b/package/ltris/Config.in index bf5240d..d13531b 100644 --- a/package/ltris/Config.in +++ b/package/ltris/Config.in @@ -4,9 +4,9 @@ config BR2_PACKAGE_LTRIS select BR2_PACKAGE_SDL select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE help - LTris as a tetris clone, using SDL. It optionally requires + LTris is a tetris clone, using SDL. It optionally requires SDL_mixer for audio support. A display with minimum 640x480 - resolution and a keyboard are recommanded. + resolution and a keyboard are recommended. http://lgames.sourceforge.net/index.php?project=LTris