From adc2740ad4df6f95cbb0696f8eb4227af3a5e2e6 Mon Sep 17 00:00:00 2001 From: Jinwoo Ahn Date: Wed, 8 Nov 2017 00:16:36 +0900 Subject: [PATCH] contribute: index: fix typo https://bugzilla.gnome.org/show_bug.cgi?id=790021 --- markdown/contribute/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/contribute/index.md b/markdown/contribute/index.md index ef172d7eac..767b0c1436 100644 --- a/markdown/contribute/index.md +++ b/markdown/contribute/index.md @@ -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]