From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A711615864F for ; Sun, 26 Mar 2023 11:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886E2E0830; Sun, 26 Mar 2023 11:41:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F53DE0830 for ; Sun, 26 Mar 2023 11:41:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5533341207 for ; Sun, 26 Mar 2023 11:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0258A971 for ; Sun, 26 Mar 2023 11:41:47 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1679830568.693b224755c743ec2b0ef7c5db8e945ef0f8180c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/rebar.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 693b224755c743ec2b0ef7c5db8e945ef0f8180c X-VCS-Branch: master Date: Sun, 26 Mar 2023 11:41:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b8b6605-2884-4c52-8035-1cb91c9778de X-Archives-Hash: 51be65229fd7f723e3bfdb5b9a651a84 commit: 693b224755c743ec2b0ef7c5db8e945ef0f8180c Author: Sam James gentoo org> AuthorDate: Fri Mar 24 03:46:32 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 26 11:36:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693b2247 rebar.eclass: fix spelling Thanks to codespell. Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> eclass/rebar.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass index 4c4c90fbcc11..c1a3aca67b54 100644 --- a/eclass/rebar.eclass +++ b/eclass/rebar.eclass @@ -13,7 +13,7 @@ # dev-util/rebar. # # rebar is a tool which tries to resolve dependencies itself which is by -# cloning remote git repositories. Dependant projects are usually expected to +# cloning remote git repositories. Dependent projects are usually expected to # be in sub-directory 'deps' rather than looking at system Erlang lib # directory. Projects relying on rebar usually don't have 'install' make # targets. The eclass workarounds some of these problems. It handles @@ -111,7 +111,7 @@ erebar() { # @FUNCTION: rebar_fix_include_path # @USAGE: [] # @DESCRIPTION: -# Fix path in rebar.config to 'include' directory of dependant project/package, +# Fix path in rebar.config to 'include' directory of dependent project/package, # so it points to installation in system Erlang lib rather than relative 'deps' # directory. #