Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: files/shlib/
Date: Sun, 30 Jun 2013 15:58:14
Message-Id: 1372194444.f0fafb79fcda9debe74eea42151a378ef972dab9.dywi@gentoo
1 commit: f0fafb79fcda9debe74eea42151a378ef972dab9
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Tue Jun 25 21:07:24 2013 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Tue Jun 25 21:07:24 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=f0fafb79
7
8 files/shlib/functions.sh: correct typo
9
10 ---
11 files/shlib/functions.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/files/shlib/functions.sh b/files/shlib/functions.sh
15 index 5de73d5..05df7fa 100644
16 --- a/files/shlib/functions.sh
17 +++ b/files/shlib/functions.sh
18 @@ -303,7 +303,7 @@ yesno() {
19 esac
20 }
21
22 -# ~int str_strim ( *args )
23 +# ~int str_trim ( *args )
24 #
25 # Removes whitespace at the beginning + end of a string
26 # and replaces any whitespace sequence within the string