summaryrefslogtreecommitdiff
path: root/boost/spirit/home/support/detail/lexer/parser/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/support/detail/lexer/parser/parser.hpp')
-rw-r--r--boost/spirit/home/support/detail/lexer/parser/parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/support/detail/lexer/parser/parser.hpp b/boost/spirit/home/support/detail/lexer/parser/parser.hpp
index 9000e5e36e..5c3c650f71 100644
--- a/boost/spirit/home/support/detail/lexer/parser/parser.hpp
+++ b/boost/spirit/home/support/detail/lexer/parser/parser.hpp
@@ -87,7 +87,7 @@ Grammar:
default:
std::ostringstream ss_;
- ss_ << "A syntax error occured: '" <<
+ ss_ << "A syntax error occurred: '" <<
lhs_token_.precedence_string () <<
"' against '" << rhs_token_.precedence_string () <<
"' at index " << state_.index () << ".";