From adf0f87e99310ea06925a4e88edeaf685d8d0cd5 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Mon, 24 Jan 2022 08:01:39 +0800 Subject: Fix typos --- _checkouts/configure_deps/src/configure_deps_prv.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_checkouts') diff --git a/_checkouts/configure_deps/src/configure_deps_prv.erl b/_checkouts/configure_deps/src/configure_deps_prv.erl index f4333e4f..91f2a3ad 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)}. -- cgit v1.2.3