Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 513a391

Browse files
alexwlchanberkerpeksag
authored andcommitted
A few spelling fixes
1 parent 257155a commit 513a391

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clang.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ On Mac OS X, the libraries are installed in
126126

127127
The installer does not install all the components needed on occasion. For
128128
example, you might want to run a ``scan-build`` or examine the results with
129-
``scan-veiw``. You can copy the components by hand with: ::
129+
``scan-view``. You can copy the components by hand with: ::
130130

131131
sudo mkdir /usr/local/bin/scan-build
132132
sudo cp -r llvm-3.4/tools/clang/tools/scan-build /usr/local/bin

committing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ pointing to the official repository. To do so, here are the steps needed to have
327327
that setup::
328328

329329
git remote set-url origin https://github.com/<your-username>/cpython
330-
git remote add upstrem https://github.com/python/cpython
330+
git remote add upstream https://github.com/python/cpython
331331

332332
After that, your remotes configuration should look like this::
333333

communication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ IRC
7777
Some core developers enjoy spending time on IRC discussing various issues
7878
regarding Python's development in the ``#python-dev`` channel on
7979
``irc.freenode.net``. This is not a place to ask for help with Python, but to
80-
discuss issues related to Python's own development. You can use freenode's
80+
discuss issues related to Python's own development. You can use Freenode's
8181
`Web interface <http://webchat.freenode.net/>`_ if you don't have an IRC
8282
client.
8383

coverage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ order to create a HTML report you can install `lcov`_. The command::
236236

237237
make coverage-lcov
238238

239-
assembles coverage data, removes 3rd party and system libaries and finally
239+
assembles coverage data, removes 3rd party and system libraries and finally
240240
creates a report. You can skip both steps and just run::
241241

242242
make coverage-report

gitdevs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ that changeset 93654 now also has the bookmark "issueA". Bookmarks are advanced
268268
automatically with each subsequent commit.
269269

270270
Once work has been completed on issueA, commit and prepare a patch for
271-
submission to the issue tracker. Note that Mercurial doesn't have git's concept
271+
submission to the issue tracker. Note that Mercurial doesn't have Git's concept
272272
of staging, so all changes will be committed::
273273

274274
hg commit -m 'fix for issueA'

0 commit comments

Comments
 (0)