Fixed spelling mistakes in comments

This commit is contained in:
Matt Hill
2016-01-06 06:45:52 -05:00
parent 17ce4b776b
commit 1b8e640069
15 changed files with 23 additions and 23 deletions

View File

@@ -504,7 +504,7 @@ class RE2 {
// to string "out".
// Returns true on success. This method can fail because of a malformed
// rewrite string. CheckRewriteString guarantees that the rewrite will
// be sucessful.
// be successful.
bool Rewrite(string *out,
const StringPiece &rewrite,
const StringPiece* vec,