Spelling misc (#4199)

* spelling: accessibility

* spelling: occurrences
This commit is contained in:
Josh Soref
2020-06-08 16:43:59 -04:00
committed by GitHub
parent a5197ee039
commit 21929b1db2
3 changed files with 4 additions and 4 deletions

View File

@@ -301,7 +301,7 @@ TEST_METHOD(VerifyReplaceFirstWildCardUseRegex)
VerifyReplaceFirstWildcard(sreTable, ARRAYSIZE(sreTable), UseRegularExpressions);
}
TEST_METHOD(VerifyReplaceFirstWildCardUseRegexMatchAllOccurances)
TEST_METHOD(VerifyReplaceFirstWildCardUseRegexMatchAllOccurrences)
{
SearchReplaceExpected sreTable[] = {
//search, replace, test, result
@@ -310,7 +310,7 @@ TEST_METHOD(VerifyReplaceFirstWildCardUseRegexMatchAllOccurances)
VerifyReplaceFirstWildcard(sreTable, ARRAYSIZE(sreTable), UseRegularExpressions | MatchAllOccurences);
}
TEST_METHOD(VerifyReplaceFirstWildCardMatchAllOccurances)
TEST_METHOD(VerifyReplaceFirstWildCardMatchAllOccurrences)
{
SearchReplaceExpected sreTable[] = {
//search, replace, test, result