contribute: index: fix typo

https://bugzilla.gnome.org/show_bug.cgi?id=790021
This commit is contained in:
Jinwoo Ahn 2017-11-08 00:16:36 +09:00 committed by Tim-Philipp Müller
parent 76a492c467
commit adc2740ad4

View file

@ -162,7 +162,7 @@ directory that has the source code, e.g. the directory created when unpacking
the source tarball (using `git init`, then `git add .` and
`git commit -m 'import tarball as initial revision'`).
Once you have a git repository with the original code in in it, you can make
Once you have a git repository with the original code in it, you can make
your modifications and create a local commit with e.g.
git commit path/to/file1.[ch]