Skip to content

Commit bfa538d

Browse files
committed
DOC - spellings + adding THANKS to myself ;)
Testing actually a newly discovered feature of git... Added into my .gitconfig: [url "git://github.com/"] insteadof = gh: [url "git@github.com:"] pushInsteadOf = git://github.com/ to allow something like git clone gh:nipy/nipy and also pushing back into github without requiring additional remote for RW access
1 parent 9ae7afe commit bfa538d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the source code, see the `nipy github`_ site.
1313
Checking out the latest version
1414
===============================
1515

16-
To check out the latest version of nipy you need git_::
16+
To check out the latest version of nipy you need git_::
1717

1818
git clone git://github.com/nipy/nipy.git
1919

@@ -47,7 +47,7 @@ brain templates we all use. You can find packages for the optional data
4747
and template files at http://nipy.sourceforge.net/data-packages.
4848

4949
If you don't have these packages, then, when you run nipy installation,
50-
you will probably see messages pointing you to the packges you need.
50+
you will probably see messages pointing you to the packages you need.
5151

5252
Data package installation as an administrator
5353
---------------------------------------------
@@ -77,7 +77,7 @@ The commands above assume you are installing into the default system
7777
directories. If you want to install into a custom directory, then (in
7878
python, or ipython, or a text editor) look at the help for
7979
``nipy.utils.data.get_data_path()`` . There are instructions there for
80-
pointing your nipy installation to the installed data.
80+
pointing your nipy installation to the installed data.
8181

8282
On unix
8383
~~~~~~~

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Mailing Lists
2020
-------------
2121

2222
Please see the developer's list here::
23-
24-
http://projects.scipy.org/mailman/listinfo/nipy-devel
23+
24+
http://projects.scipy.org/mailman/listinfo/nipy-devel
2525

2626
NIPY structure
2727
---------------
2828

2929
Currently NIPY consists of the following files and directories:
3030

3131
INSTALL
32-
NIPY prerequisites, installation, development, testing, and
32+
NIPY prerequisites, installation, development, testing, and
3333
troubleshooting.
3434

3535
README

THANKS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ partial list. If you've been left off, please let us know
55
(nipy-devel at neuroimaging.scipy.org), and you'll be added.
66

77
Matthew Brett
8-
Michael Castelle
8+
Michael Castelle
99
Philippe Ciuciu
1010
Dav Clark
1111
Yann Cointepas
@@ -26,3 +26,4 @@ Mike Trumpis
2626
Karl Young
2727
Christopher Burns
2828
Tom Waite
29+
Yaroslav Halchenko

0 commit comments

Comments
 (0)