2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Fix doc typo.

This commit is contained in:
Steven Watanabe
2018-10-01 10:37:35 -06:00
parent a2b8731d2a
commit 9d28c3f2e7

View File

@@ -394,7 +394,7 @@ implement the rest of Boost.Build. This executable is formally called
The Boost.Build engine is derived from an earlier build tool called
Perforce Jam. Originally, there were just minor changes, and the
filename was `bjam`. Later on, with more and more changes, the
similarity of names because a disservice to users, and as of Boost
similarity of names became a disservice to users, and as of Boost
1.47.0, the official name of the executable was changed to `b2`. A copy
named `bjam` is still created for compatibility, but you are encouraged
to use the new name in all cases.