Opened 7 years ago
Closed 7 years ago
#11965 closed Bugs (fixed)
typo in boost.test documentation
| Reported by: | Owned by: | Raffi Enficiaud | |
|---|---|---|---|
| Milestone: | Boost 1.61.0 | Component: | test | 
| Version: | Boost 1.60.0 | Severity: | Cosmetic | 
| Keywords: | typo, doc, docs | Cc: | 
Description
In web docs of boost test on page Building the Unit Test Framework is typo.
URL: http://www.boost.org/doc/libs/1_60_0/libs/test/doc/html/boost_test/adv_scenarios/build_utf.html
Is: boostrap.bat
Should be: bootstrap.bat
Is: cd $boost_path, $boost_installation_prefix
Should be cd %boost_path%, %boost_installation_prefix%
Change History (2)
comment:1 by , 7 years ago
| Milestone: | To Be Determined → Boost 1.61.0 | 
|---|---|
| Owner: | changed from to | 
comment:2 by , 7 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

Fixed branch topic/doc-improvements (rev c43e1e4)