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
  • Loading branch information
eltociear committed Apr 13, 2021
1 parent 13c931a commit 71dec65
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 71dec65

Please sign in to comment.