Commit c9c5b90d authored by Victor Zverovich's avatar Victor Zverovich

Fix a typo. Thanks Tracy Chapman from TripleChecker

parent 1f3f8463
...@@ -147,6 +147,7 @@ def update_site(env): ...@@ -147,6 +147,7 @@ def update_site(env):
#b.data = b.data.replace('operator""_', 'operator"" _') #b.data = b.data.replace('operator""_', 'operator"" _')
b.data = b.data.replace(', size_t', ', std::size_t') b.data = b.data.replace(', size_t', ', std::size_t')
b.data = b.data.replace('aa long', 'a long') b.data = b.data.replace('aa long', 'a long')
b.data = b.data.replace('serveral', 'several')
if version.startswith('6.2.'): if version.startswith('6.2.'):
b.data = b.data.replace( b.data = b.data.replace(
'vformat(const S&, basic_format_args<' + 'vformat(const S&, basic_format_args<' +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment