Skip to content

Commit fed0a88

Browse files
ivanpanchtzlaine
authored andcommitted
Update error_handling_fwd.hpp
1 parent bfc61fa commit fed0a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/parser/error_handling_fwd.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ namespace boost { namespace parser {
104104

105105
/** The error handler used when the user does not specify a custom one.
106106
This error handler prints warnings and errors to `std::cerr`, and does
107-
not have an associcated filename. */
107+
not have an associated filename. */
108108
struct default_error_handler
109109
{
110110
constexpr default_error_handler() = default;

0 commit comments

Comments
 (0)