Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Commit a85993f

Browse files
authored
fix a couple more typos
1 parent 9efa139 commit a85993f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Quickstart Guide
3737

3838
% git clone https://github.com/user_name/MITgcm.git
3939

40-
2. Move into your local clone directory (cd MITgcm6) and and set up a remote that points to the original:
40+
2. Move into your local clone directory (cd MITgcm) and and set up a remote that points to the original:
4141

4242
::
4343

@@ -293,7 +293,7 @@ The only people with write access to the main repository are a small number of c
293293

294294
To test pull requests locally you should:
295295

296-
- add the repository of the user proposing the pull request as a remote, :code:`git remote add USERNAME https://github.com/user_name/MITgcm66.git` where user_name is replaced by the user name of the person who has made the pull request;
296+
- add the repository of the user proposing the pull request as a remote, :code:`git remote add user_name https://github.com/user_name/MITgcm.git` where user_name is replaced by the user name of the person who has made the pull request;
297297

298298
- download a local version of the branch from the pull request, :code:`git fetch user_name` followed by :code:`git checkout --track user_name/foo`;
299299

0 commit comments

Comments
 (0)