Просмотр исходного кода

Apply typo fixes from Julio M. Merino Vidal

[SVN r27513]
Rene Rivera 21 лет назад
Родитель
Сommit
0a82ecf0d6
10 измененных файлов с 17 добавлено и 13 удалено
  1. 6 4
      Jamfile
  2. 1 1
      libs/graph
  3. 1 1
      libs/iterator
  4. 1 1
      libs/mpl
  5. 1 1
      libs/python
  6. 1 1
      libs/utility
  7. 1 1
      more/generic_programming.html
  8. 1 1
      more/getting_started.html
  9. 3 1
      more/mailing_lists.htm
  10. 1 1
      tools/build

+ 6 - 4
Jamfile

@@ -9,7 +9,8 @@ Usage:
     bjam [options] [install|stage]
 
     * install               Installs to the configured location(s).
-    * stage                 Stages the build products only to common stage location.
+    * stage                 Stages the build products only to common stage
+                            location.
 
 Options:
     --help                  This message.
@@ -49,18 +50,19 @@ Locations:
                             Default; PREFIX/include
                             
     --builddir=DIR          Build in this location instead of building
-                            within the distribution tree. Recomended!
+                            within the distribution tree. Recommended!
                             
     --stagedir=DIR          When staging only, stage to the location.
                             Default; ./stage
 
 Features:
     --with-<library>        Build, stage, or install the specified <library>
-                            If used, teh default becomes to only build
+                            If used, the default becomes to only build
                             indicated libraries.
                             
     --without-<library>     Do not build, stage, or install the specified
-                            <library>. By default all libraries attempt to build.
+                            <library>. By default all libraries attempt to
+                            build.
                             
     --with-python-root[=PYTHON_ROOT]
                             Build Boost.Python libraries with the Python

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit c0783b62c08903ad24e158dfe5989e0b82d59e62
+Subproject commit 3390d77e28057fea92058222bd6055cad0cf63b1

+ 1 - 1
libs/iterator

@@ -1 +1 @@
-Subproject commit 1d018cc6020fc4a7d5d1ba176916daddfdc14edd
+Subproject commit ef895f0cc73d4ac72e9419c015506a04abd3eda0

+ 1 - 1
libs/mpl

@@ -1 +1 @@
-Subproject commit 4e459908ffcc1c8964fbd0e38343511420c1b5e0
+Subproject commit 3b3506d454fd37558d282a5893e607dbc4da4aeb

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit bcb6370b0e8a074dbabcb867168c5fd3f7075fb5
+Subproject commit c25967a0942526b04a6be8041f2db659b197b581

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit 18c7fb72b5ccfc0182a208d6ac897e23346ff77c
+Subproject commit 3ab4d38931f35a7a9ff118794d6432b96af1f7fb

+ 1 - 1
more/generic_programming.html

@@ -75,7 +75,7 @@ void* memcpy(void* region1, const void* region2, size_t n)
     not in an array? Perhaps it is in a linked list. Can we generalize the
     notion of copy to any sequence of elements? Looking at the body of
     <tt>memcpy()</tt>, the function's <b><i>minimal requirements</i></b> are
-    that it needs to to <i>traverse</i> through the sequence using some sort
+    that it needs to <i>traverse</i> through the sequence using some sort
     of pointer, <i>access</i> elements pointed to, <i>write</i> the elements
     to the destination, and <i>compare</i> pointers to know when to stop. The
     C++ standard library groups requirements such as these into

+ 1 - 1
more/getting_started.html

@@ -170,7 +170,7 @@
                are using a Boost distribution is to <strong><a href="http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=72941">
                      download a prebuilt executable</a></strong> from SourceForge. If a 
                prebuilt executable is not provided for your platform or you are using Boost's 
-               sources in an unreleased state, it may be neccessary to <A href="../tools/build/jam_src/index.html#building_bjam">
+               sources in an unreleased state, it may be necessary to <A href="../tools/build/jam_src/index.html#building_bjam">
                   build <tt>bjam</tt> from sources</A> included in the Boost source tree. To 
                install Boost.Jam, copy the <tt>bjam</tt> executable to a location accessible 
                in your <tt>PATH</tt>.</td>

+ 3 - 1
more/mailing_lists.htm

@@ -102,7 +102,9 @@
     watching the Boost library development process.&nbsp; Virtually all Boost
     decisions, major or minor, technical or otherwise, are reached via public
     discussion on this mailing list.&nbsp; It is where the formal reviews of
-    proposed libraries take place. Subscribe or unsubscribe at <a href="http://lists.boost.org/mailman/listinfo.cgi/boost"    >http://lists.boost.org/mailman/listinfo.cgi/boost</a></p>
+    proposed libraries take place. Subscribe or unsubscribe at <a
+    href="http://lists.boost.org/mailman/listinfo.cgi/boost"
+    >http://lists.boost.org/mailman/listinfo.cgi/boost</a>.</p>
 
     <p>When we talk about the "members of Boost", we are talking about those
     signed up for this main mailing list.</p>

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 5325d9c40507844eb87ab28b84538206032e48d5
+Subproject commit dd959a722739e4670bd83a158d166b572dbd3a55

粤ICP备19079148号