Fix some typos in the codebase

This commit is contained in:
Manu
2023-08-31 18:44:38 -03:00
parent 16d7ba054b
commit 02b5fa2c8e
21 changed files with 25 additions and 25 deletions

View File

@@ -1403,7 +1403,7 @@ bool RefactoringActionExtractFunction::performChange() {
// Correct the given name if collision happens.
PreferredName = correctNewDeclName(InsertToDC, PreferredName);
// Collect the paramters to pass down to the new function.
// Collect the parameters to pass down to the new function.
std::vector<ReferencedDecl> Parameters;
for (auto &RD: RangeInfo.ReferencedDecls) {
// If the referenced decl is declared elsewhere, no need to pass as parameter