forked from boostorg/regex
Fixed typo in exception text
This commit is contained in:
@ -569,7 +569,7 @@ private:
|
|||||||
//
|
//
|
||||||
static void raise_logic_error()
|
static void raise_logic_error()
|
||||||
{
|
{
|
||||||
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.");
|
||||||
boost::throw_exception(e);
|
boost::throw_exception(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user