Gentoo Archives: gentoo-commits

From: Sven Eden <sven.eden@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ufed:master commit in: /
Date: Mon, 25 Nov 2013 21:43:30
Message-Id: 1385364041.ea1cc83f1b99f71b3a8b75326579dc7d544c2c47.yamakuzure@gentoo
1 commit: ea1cc83f1b99f71b3a8b75326579dc7d544c2c47
2 Author: Sven Eden <yamakuzure <AT> gmx <DOT> net>
3 AuthorDate: Mon Nov 25 07:20:41 2013 +0000
4 Commit: Sven Eden <sven.eden <AT> gmx <DOT> de>
5 CommitDate: Mon Nov 25 07:20:41 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=ea1cc83f
7
8 ufed.pl.in: Fixed a typo
9
10 ---
11 ufed.pl.in | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/ufed.pl.in b/ufed.pl.in
15 index 58e4d9c..be20b02 100644
16 --- a/ufed.pl.in
17 +++ b/ufed.pl.in
18 @@ -45,7 +45,7 @@ sub finalise {
19 return @result;
20 }
21
22 -# Launch the curses inteface. Communication is done using
23 +# Launch the curses interface. Communication is done using
24 # pipes. Waiting for pipe read/write to finish is done
25 # automatically.
26 # No parameters accepted.