Index: libs/spirit/doc/qi_and_karma/error_handling.qbk =================================================================== --- libs/spirit/doc/qi_and_karma/error_handling.qbk (revision 49828) +++ libs/spirit/doc/qi_and_karma/error_handling.qbk (working copy) @@ -99,7 +99,7 @@ For our example above, when you get a `"'` next. Otherwise, there is no point in -proceeding forward and trying other branches, regardless where they are. The +proceeding and trying other branches, regardless where they are. The input is definitely erroneous. When this happens, an expectation_failure exception is thrown. Somewhere outward, the error handler will catch the exception.