diff options
Diffstat (limited to 'unittests/Tooling/RefactoringActionRulesTest.cpp')
-rw-r--r-- | unittests/Tooling/RefactoringActionRulesTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Tooling/RefactoringActionRulesTest.cpp b/unittests/Tooling/RefactoringActionRulesTest.cpp index f0b6466fec46..e9a12deb3f0e 100644 --- a/unittests/Tooling/RefactoringActionRulesTest.cpp +++ b/unittests/Tooling/RefactoringActionRulesTest.cpp @@ -97,7 +97,7 @@ TEST_F(RefactoringActionRulesTest, MyFirstRefactoringRule) { auto Rule = createRefactoringActionRule<ReplaceAWithB>(SelectionRequirement()); - // When the requirements are satisifed, the rule's function must be invoked. + // When the requirements are satisfied, the rule's function must be invoked. { RefactoringRuleContext RefContext(Context.Sources); SourceLocation Cursor = |