Skip to content

Commit 6445de7

Browse files
committed
spelling: replacement
Signed-off-by: Josh Soref <[email protected]>
1 parent 77b31ff commit 6445de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-syntax-test/swift-syntax-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ bool parseIncrementalEditArguments(SyntaxParsingCache *Cache,
406406
SourceMgr.getLocOffsetInBuffer(EditStartLoc, BufferID);
407407
auto EditEndOffset = SourceMgr.getLocOffsetInBuffer(EditEndLoc, BufferID);
408408
Cache->addEdit(EditStartOffset, EditEndOffset,
409-
/*ReplacmentLength=*/Matches[5].size());
409+
/*ReplacementLength=*/Matches[5].size());
410410
}
411411
return true;
412412
}

0 commit comments

Comments
 (0)