diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-03-27 16:43:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 16:43:54 -0400 |
commit | e32cd3118f0aada01775e9d2468bb98b04e2be28 (patch) | |
tree | 91e443b268d993db5e5d5de30ea016c00b453688 /src/rebar_prv_path.erl | |
parent | 2cc07d8f1fa0f0f3491720389d9c85b755ec8e59 (diff) | |
parent | e83100bbc85967134fe68dbf691c2cca8d6db10c (diff) |
Merge pull request #1523 from mbeijen/separate
Typo: seperate -> separate
Diffstat (limited to 'src/rebar_prv_path.erl')
-rw-r--r-- | src/rebar_prv_path.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_path.erl b/src/rebar_prv_path.erl index d8e14a4..d32d2c2 100644 --- a/src/rebar_prv_path.erl +++ b/src/rebar_prv_path.erl @@ -118,7 +118,7 @@ path_opts(_State) -> {src, undefined, "src", boolean, help(src)}, {rel, undefined, "rel", boolean, help(rel)}]. -help(app) -> "Comma seperated list of applications to return paths for."; +help(app) -> "Comma separated list of applications to return paths for."; help(base) -> "Return the `base' path of the current profile."; help(bin) -> "Return the `bin' path of the current profile."; help(ebin) -> "Return all `ebin' paths of the current profile's applications."; |