Skip to content

Commit 1f0ea5f

Browse files
committed
Merge pull request #969 from myint/spell
Fix spellings errors
2 parents b7b39b2 + 17a8bf9 commit 1f0ea5f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contrib/build-installer

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ try:
1313
import setuptools
1414
import pkg_resources
1515
except ImportError:
16-
raise SystemExit("An error occured while trying to run %s. Make sure "
16+
raise SystemExit("An error occurred while trying to run %s. Make sure "
1717
"you have setuptools or distribute installed." % __file__)
1818
import pip
1919
pip.bootstrap()

contrib/build-standalone

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ try:
1313
import setuptools
1414
import pkg_resources
1515
except ImportError:
16-
raise SystemExit("An error occured while trying to run %s. Make sure "
16+
raise SystemExit("An error occurred while trying to run %s. Make sure "
1717
"you have setuptools or distribute installed." % __file__)
1818
import pip
1919
pip.main()

contrib/get-pip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3571,7 +3571,7 @@ def unpack(sources):
35713571
import setuptools
35723572
import pkg_resources
35733573
except ImportError:
3574-
raise SystemExit("An error occured while trying to run %s. Make sure "
3574+
raise SystemExit("An error occurred while trying to run %s. Make sure "
35753575
"you have setuptools or distribute installed." % __file__)
35763576
import pip
35773577
pip.bootstrap()

docs/usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Description
333333
Options
334334
*******
335335

336-
**Seach Options:**
336+
**Search Options:**
337337

338338
.. pip-command-options:: search
339339

tests/data/packages/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for installing from the file system
3131

3232
gmpy-1.15.tar.gz
3333
----------------
34-
hash testing (altough this pkg isn't needed explicitly)
34+
hash testing (although this pkg isn't needed explicitly)
3535

3636
gmpy2-2.0.tar.gz
3737
----------------

0 commit comments

Comments
 (0)