summaryrefslogtreecommitdiff
path: root/doc/source/dev/gitwash
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2018-05-01 04:28:18 +0000
committerEric Wieser <wieser.eric@gmail.com>2018-04-30 21:28:18 -0700
commit820765d762513510a8e46f108e8bc8b366127f8f (patch)
treee03571b42ed4cf2c929c64ca2ba9803e26839b65 /doc/source/dev/gitwash
parent4cfba64b4abcd0875fe68618c2a18d37cd173eec (diff)
downloadnumpy-820765d762513510a8e46f108e8bc8b366127f8f.tar.gz
MAINT: Misc. typos (#11005)
User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`.
Diffstat (limited to 'doc/source/dev/gitwash')
-rw-r--r--doc/source/dev/gitwash/development_workflow.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst
index 5476e3202..c6884a7cf 100644
--- a/doc/source/dev/gitwash/development_workflow.rst
+++ b/doc/source/dev/gitwash/development_workflow.rst
@@ -396,7 +396,7 @@ collaborator:
Now all those people can do::
- git clone git@githhub.com:your-user-name/numpy.git
+ git clone git@github.com:your-user-name/numpy.git
Remember that links starting with ``git@`` use the ssh protocol and are
read-write; links starting with ``git://`` are read-only.