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 9AFBC138247 for ; Sat, 18 Jan 2014 23:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3AFCE0A41; Sat, 18 Jan 2014 23:39:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72E4DE0A41 for ; Sat, 18 Jan 2014 23:39:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41AB933F8E7 for ; Sat, 18 Jan 2014 23:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id CE01718096 for ; Sat, 18 Jan 2014 23:39:53 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1390088416.19fee7ad17fd2e9528adf333ac311799b9a65129.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: misc/install.wrapper.c/ X-VCS-Repository: proj/elfix X-VCS-Files: misc/install.wrapper.c/install.wrapper.c X-VCS-Directories: misc/install.wrapper.c/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 19fee7ad17fd2e9528adf333ac311799b9a65129 X-VCS-Branch: master Date: Sat, 18 Jan 2014 23:39:53 +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: 46429862-1b67-43f4-88f2-bfb8b8ef054f X-Archives-Hash: 11de04924b4535cadc35a960d3607867 commit: 19fee7ad17fd2e9528adf333ac311799b9a65129 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Jan 18 23:40:16 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Jan 18 23:40:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=19fee7ad misc/install.wrapper.c: fix typo --- misc/install.wrapper.c/install.wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.wrapper.c/install.wrapper.c b/misc/install.wrapper.c/install.wrapper.c index b79d90c..df2b387 100644 --- a/misc/install.wrapper.c/install.wrapper.c +++ b/misc/install.wrapper.c/install.wrapper.c @@ -301,7 +301,7 @@ main(int argc, char* argv[]) /* Are there enough files/directories on the cmd line to * proceed? This can happen if install is called with no * arguments or with just --help. In which case there is - * nothing the parent to do. + * nothing for the parent to do. */ if (first >= last) return status;