From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9B6591387B2 for ; Mon, 25 Nov 2013 21:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4671E0AE3; Mon, 25 Nov 2013 21:43:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 704E4E0A41 for ; Mon, 25 Nov 2013 21:43:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F43533F29E for ; Mon, 25 Nov 2013 21:43:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0E28EE545C for ; Mon, 25 Nov 2013 21:43:26 +0000 (UTC) From: "Sven Eden" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Eden" Message-ID: <1385364041.ea1cc83f1b99f71b3a8b75326579dc7d544c2c47.yamakuzure@gentoo> Subject: [gentoo-commits] proj/ufed:master commit in: / X-VCS-Repository: proj/ufed X-VCS-Files: ufed.pl.in X-VCS-Directories: / X-VCS-Committer: yamakuzure X-VCS-Committer-Name: Sven Eden X-VCS-Revision: ea1cc83f1b99f71b3a8b75326579dc7d544c2c47 X-VCS-Branch: master Date: Mon, 25 Nov 2013 21:43:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 95730c9f-efc7-43d5-86bb-51b4a8b4eae2 X-Archives-Hash: 112f8e331157ee4e393fdc70c5e8d28e commit: ea1cc83f1b99f71b3a8b75326579dc7d544c2c47 Author: Sven Eden gmx net> AuthorDate: Mon Nov 25 07:20:41 2013 +0000 Commit: Sven Eden gmx de> CommitDate: Mon Nov 25 07:20:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=ea1cc83f ufed.pl.in: Fixed a typo --- ufed.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufed.pl.in b/ufed.pl.in index 58e4d9c..be20b02 100644 --- a/ufed.pl.in +++ b/ufed.pl.in @@ -45,7 +45,7 @@ sub finalise { return @result; } -# Launch the curses inteface. Communication is done using +# Launch the curses interface. Communication is done using # pipes. Waiting for pipe read/write to finish is done # automatically. # No parameters accepted.