From f2541bb90af059680aa7036f315f052175999355 Mon Sep 17 00:00:00 2001
From: Lorry Tar Creator
Date: Wed, 8 Apr 2015 03:09:47 +0000
Subject: Imported from
/home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.
---
libs/regex/doc/html/boost_regex/syntax/basic_syntax.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'libs/regex/doc/html/boost_regex/syntax/basic_syntax.html')
diff --git a/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html b/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html
index f3682ded0..0d4ddf3f6 100644
--- a/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html
+++ b/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html
@@ -3,8 +3,8 @@
POSIX Basic Regular Expression Syntax
-
-
+
+
@@ -240,7 +240,7 @@ aaaa
unit. Collating elements may also be used as the end point of a range, for
example: [[.ae.]-c]
matches the character sequence "ae", plus any single character
- in the rangle "ae"-c, assuming that "ae" is treated as
+ in the range "ae"-c, assuming that "ae" is treated as
a single collating element in the current locale.