Skip to content

Commit dfc3675

Browse files
committed
fix a typo
1 parent 1a3e2a2 commit dfc3675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googlemock/src/gmock-spec-builders.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) {
267267
ExpectSpecProperty(
268268
last_clause_ < kTimes,
269269
".Times() may only appear *before* .InSequence(), .WillOnce(), "
270-
".WillRepeatedly(), or .RetiresonSaturation(), not after.");
270+
".WillRepeatedly(), or .RetiresOnSaturation(), not after.");
271271
}
272272
last_clause_ = kTimes;
273273

0 commit comments

Comments
 (0)