summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-24 03:46:32 +0000
committerUlrich Müller <ulm@gentoo.org>2023-03-26 13:36:08 +0200
commit693b224755c743ec2b0ef7c5db8e945ef0f8180c (patch)
tree0acd7196d4390adab24f5fdaf257f96a59c55acf /eclass/rebar.eclass
parentqmail.eclass: fix spelling (diff)
downloadgentoo-693b224755c743ec2b0ef7c5db8e945ef0f8180c.tar.gz
gentoo-693b224755c743ec2b0ef7c5db8e945ef0f8180c.tar.bz2
gentoo-693b224755c743ec2b0ef7c5db8e945ef0f8180c.zip
rebar.eclass: fix spelling
Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/rebar.eclass')
-rw-r--r--eclass/rebar.eclass4
1 files 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.
#