From 1eb841d116d66f53a22c3695f877df0a8144c52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 17 Jun 2013 16:16:13 +0200 Subject: [PATCH] Fix typo --- CONTRIBUTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index a1d3b666..69ae82e2 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -13,7 +13,7 @@ Here's the long and short of it: * Add upstream repository: ``git remote add upstream git@github.com:scikit-image/scikit-image.git`` Now, ``upstream`` refers to the ``scikit-image`` repository and - ``origin`` to your personal forked. + ``origin`` to your personal fork. 2. Develop your contribution: