Skip to content

Commit

Permalink
test: fix typo in gtest-all.cc
Browse files Browse the repository at this point in the history
separater -> separator

PR-URL: #38224
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
eltociear authored and targos committed May 1, 2021
1 parent 723977f commit 95c7dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cctest/gtest/gtest-all.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ bool UnitTestOptions::MatchesFilter(
return false;
}

// Skips the pattern separater (the ':' character).
// Skips the pattern separator (the ':' character).
cur_pattern++;
}
}
Expand Down

0 comments on commit 95c7dab

Please sign in to comment.