Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67856 - trunk/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-01-09 07:02:31


Author: danieljames
Date: 2011-01-09 07:02:27 EST (Sun, 09 Jan 2011)
New Revision: 67856
URL: http://svn.boost.org/trac/boost/changeset/67856

Log:
Fix a typo.
Text files modified:
   trunk/tools/quickbook/src/actions.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/quickbook/src/actions.cpp
==============================================================================
--- trunk/tools/quickbook/src/actions.cpp (original)
+++ trunk/tools/quickbook/src/actions.cpp 2011-01-09 07:02:27 EST (Sun, 09 Jan 2011)
@@ -157,7 +157,7 @@
         if(actions.suppress) return;
 
         int level_ = section_level + 2; // section_level is zero-based. We need to use a
- // 0ne-based heading which is one greater
+ // one-based heading which is one greater
                                             // than the current. Thus: section_level + 2.
         if (level_ > 6) // The max is h6, clip it if it goes
             level_ = 6; // further than that


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk