Skip to content

Commit 9498e97

Browse files
eltociearaduh95
authored andcommitted
test: fix typo in gtest-all.cc
separater -> separator PR-URL: #38224 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 13c931a commit 9498e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/cctest/gtest/gtest-all.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ bool UnitTestOptions::MatchesFilter(
19951995
return false;
19961996
}
19971997

1998-
// Skips the pattern separater (the ':' character).
1998+
// Skips the pattern separator (the ':' character).
19991999
cur_pattern++;
20002000
}
20012001
}

0 commit comments

Comments
 (0)