summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Dauernheim <uwe@dauernheim.net>2011-08-22 05:37:04 +0300
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-08-21 17:52:07 +0200
commitf4817caa0087b122eb0e6deb4b8f29940d7118af (patch)
treec58795165fe4f9e0a3f3322550e3fd436d302af3
parente6d1e13966bdd130a34d9ad8cebbaee34f91094c (diff)
Fix typo: 'dependency'
-rw-r--r--rebar.config.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 0a7fb11..2053b8b 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -106,10 +106,10 @@
%% == Dependencies ==
-%% Where to put any downloaded depandencies. Default is `deps'
+%% Where to put any downloaded dependencies. Default is `deps'
{deps_dir, ["deps"]}.
-%% What dependancies we have, depandencies can be of 3 forms, an application
+%% What dependencies we have, dependencies can be of 3 forms, an application
%% name as an atom, eg. mochiweb, a name and a version (from the .app file), or
%% an application name, a version and the SCM details on how to fetch it (SCM
%% type, location and revision). Rebar currently supports git, hg, bzr and svn.