diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-08-31 15:29:23 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-08-31 15:29:23 +0200 |
commit | 0741157a11a7994f2f8b6ac24482513bc861c8bd (patch) | |
tree | 7f647be56135409359204d9bb107b69c8572dc46 /src | |
parent | 475daf2c4ae1f20cbf2d55ccec53f4690e9acc38 (diff) |
Fix misspelling of accommodate
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_app_utils.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_app_utils.erl b/src/rebar_app_utils.erl index fa0fb25..e2b5508 100644 --- a/src/rebar_app_utils.erl +++ b/src/rebar_app_utils.erl @@ -166,7 +166,7 @@ vcs_vsn(Vcs, Dir) -> end. vcs_vsn_cmd(git) -> - %% Explicitly git-describe a committish to accomodate for projects + %% Explicitly git-describe a committish to accommodate for projects %% in subdirs which don't have a GIT_DIR. In that case we will %% get a description of the last commit that touched the subdir. "git describe --always --tags `git log -n 1 --pretty=format:%h .`"; |