Browse Source

Update contrib/libs/re2 to 2023-03-01

robot-contrib 2 years ago
parent
commit
27b120dba4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/libs/re2/re2/re2.h

+ 1 - 1
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