commit: 693b224755c743ec2b0ef7c5db8e945ef0f8180c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 03:46:32 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> 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: <project_name> [<rebar_config>]
# @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.
#