From fed0a883adac5910d308fccce8b9199596a45797 Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Sat, 23 Aug 2025 23:32:15 +0200 Subject: [PATCH] Update error_handling_fwd.hpp --- include/boost/parser/error_handling_fwd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/parser/error_handling_fwd.hpp b/include/boost/parser/error_handling_fwd.hpp index cf2c5f3f..087c2af6 100644 --- a/include/boost/parser/error_handling_fwd.hpp +++ b/include/boost/parser/error_handling_fwd.hpp @@ -104,7 +104,7 @@ namespace boost { namespace parser { /** The error handler used when the user does not specify a custom one. This error handler prints warnings and errors to `std::cerr`, and does - not have an associcated filename. */ + not have an associated filename. */ struct default_error_handler { constexpr default_error_handler() = default;