Skip to content

Commit 80a2a12

Browse files
author
Peter Klotz
committed
Fixed typo in exception text
1 parent e39a99c commit 80a2a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/regex/v4/match_results.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class match_results
569569
//
570570
static void raise_logic_error()
571571
{
572-
std::logic_error e("Attempt to access an uninitialzed boost::match_results<> class.");
572+
std::logic_error e("Attempt to access an uninitialized boost::match_results<> class.");
573573
boost::throw_exception(e);
574574
}
575575

0 commit comments

Comments
 (0)