aboutsummaryrefslogtreecommitdiff
path: root/_checkouts/configure_deps/src/configure_deps_prv.erl
diff options
context:
space:
mode:
Diffstat (limited to '_checkouts/configure_deps/src/configure_deps_prv.erl')
-rw-r--r--_checkouts/configure_deps/src/configure_deps_prv.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/_checkouts/configure_deps/src/configure_deps_prv.erl b/_checkouts/configure_deps/src/configure_deps_prv.erl
index f4333e4f0..91f2a3adc 100644
--- a/_checkouts/configure_deps/src/configure_deps_prv.erl
+++ b/_checkouts/configure_deps/src/configure_deps_prv.erl
@@ -19,7 +19,7 @@ init(State) ->
{example, "rebar3 configure-deps"}, % How to use the plugin
{opts, []}, % list of options understood by the plugin
{short_desc, "Explicitly run ./configure for dependencies"},
- {desc, "A rebar plugin to allow explicitly running ./configure on depdendencies. Useful if dependencies might change prior to compilation when configure is run."}
+ {desc, "A rebar plugin to allow explicitly running ./configure on dependencies. Useful if dependencies might change prior to compilation when configure is run."}
]),
{ok, rebar_state:add_provider(State, Provider)}.