diff options
author | lloyd <[email protected]> | 2011-04-12 04:49:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-12 04:49:36 +0000 |
commit | fd3d36cd40bf84bf25602e069e44d52549517587 (patch) | |
tree | 3ee70b54fd2fb912a5c12612d8550567e1772c01 /doc/building.txt | |
parent | 053e8963882df7f24797697fc7689e8a32267c95 (diff) |
Spelling fixes
Diffstat (limited to 'doc/building.txt')
-rw-r--r-- | doc/building.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/building.txt b/doc/building.txt index 2e52eee1c..603eef849 100644 --- a/doc/building.txt +++ b/doc/building.txt @@ -72,8 +72,8 @@ Modules not listed on the command line will simply be loaded if needed or if configured to load by default. If you use ``--no-autoload``, only the most core modules will be included; you can then explicitly enable things that you want to use with ``--enable-modules``. This is -useful for creating a minimal build targetted to a specific -application, especially in conjuction with the amalgamation option; +useful for creating a minimal build targeting to a specific +application, especially in conjunction with the amalgamation option; see :ref:`amalgamation`. The script tries to guess what kind of makefile to generate, and it @@ -221,7 +221,7 @@ environment in a different directory. Configuring the Build With Python 3.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The versions of Python begininning with 3 are (intentionally) +The versions of Python beginning with 3 are (intentionally) incompatible with the (currently more common) 2.x series. If you want to use Python 3.1 to set up the build, you'll have to use the ``2to3`` program (included in the Python distribution) on the |