Fix misspelling of accommodate

This commit is contained in:
Tuncer Ayaz 2011-08-31 15:29:23 +02:00
parent 475daf2c4a
commit 0741157a11

View file

@ -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 .`";