$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r58467 - trunk/boost/spirit/home/qi/nonterminal
From: hartmut.kaiser_at_[hidden]
Date: 2009-12-20 09:31:00
Author: hkaiser
Date: 2009-12-20 09:31:00 EST (Sun, 20 Dec 2009)
New Revision: 58467
URL: http://svn.boost.org/trac/boost/changeset/58467
Log:
Spirit: comment typo fixes
Text files modified: 
   trunk/boost/spirit/home/qi/nonterminal/error_handler.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/spirit/home/qi/nonterminal/error_handler.hpp
==============================================================================
--- trunk/boost/spirit/home/qi/nonterminal/error_handler.hpp	(original)
+++ trunk/boost/spirit/home/qi/nonterminal/error_handler.hpp	2009-12-20 09:31:00 EST (Sun, 20 Dec 2009)
@@ -116,10 +116,10 @@
 
                     // The assertions below will fire if you are using a
                     // multi_pass as the underlying iterator, one of your error
-                    // handlers forced to 'fail' or 'retry' its guarded rule,
+                    // handlers forced its guarded rule to 'fail' or 'retry',
                     // and the error handler has not been instantiated using
                     // either 'fail' or 'retry' in the first place. Please see 
-                    // the mutli_pass docs for more information.
+                    // the multi_pass docs for more information.
                     switch (r)
                     {
                         case fail: