Skip to content

Commit 95c7dab

Browse files
eltocieartargos
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 723977f commit 95c7dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)