diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-03-02 18:48:35 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-03-02 18:48:35 +0300 |
commit | 27b120dba450ba1cfe2f9b29008a421bd57ad497 (patch) | |
tree | dad826f12a176ce1737d279c3fa259c5a8f6033d | |
parent | ef689e4b073f09baaeeeadcec1b4dd44c65f6c2d (diff) | |
download | ydb-27b120dba450ba1cfe2f9b29008a421bd57ad497.tar.gz |
Update contrib/libs/re2 to 2023-03-01
-rw-r--r-- | contrib/libs/re2/re2/re2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/re2/re2/re2.h b/contrib/libs/re2/re2/re2.h index 09eb287136..9d54c3e289 100644 --- a/contrib/libs/re2/re2/re2.h +++ b/contrib/libs/re2/re2/re2.h @@ -636,7 +636,7 @@ class RE2 { // Replace(). E.g. if rewrite == "foo \\2,\\1", returns 2. static int MaxSubmatch(const StringPiece& rewrite); - // Append the "rewrite" string, with backslash subsitutions from "vec", + // Append the "rewrite" string, with backslash substitutions from "vec", // to string "out". // Returns true on success. This method can fail because of a malformed // rewrite string. CheckRewriteString guarantees that the rewrite will |