Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / regex / doc / old_regex.qbk
index 7e1e1ca..f9e258b 100644 (file)
@@ -18,7 +18,7 @@ documentation is unlikely to be further updated.
 The class RegEx provides a high level simplified interface to the regular 
 expression library, this class only handles narrow character strings, and 
 regular expressions always follow the "normal" syntax - that is the 
-same as the perl / ECMAScript synatx.
+same as the perl / ECMAScript syntax.
 
    typedef bool (*GrepCallback)(const RegEx& expression);
    typedef bool (*GrepFileCallback)(const char* file, const RegEx& expression);