We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39a99c commit 80a2a12Copy full SHA for 80a2a12
include/boost/regex/v4/match_results.hpp
@@ -569,7 +569,7 @@ class match_results
569
//
570
static void raise_logic_error()
571
{
572
- std::logic_error e("Attempt to access an uninitialzed boost::match_results<> class.");
+ std::logic_error e("Attempt to access an uninitialized boost::match_results<> class.");
573
boost::throw_exception(e);
574
}
575
0 commit comments