Skip to content

Commit 637ff57

Browse files
Fix typo
Co-authored-by: Tom Meschter <[email protected]>
1 parent 97539d8 commit 637ff57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/ProjectSystem/VS/UpToDate/CopyItemAggregator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public CopyItemsResult TryGatherCopyItemsForProject(string targetPath, BuildUpTo
6262
if (!_projectData.TryGetValue(project, out ProjectCopyData data))
6363
{
6464
// We don't have a list of project references for this project, so we cannot continue
65-
// walking the project reference tree. As we might now know all possible copy items,
65+
// walking the project reference tree. As we might not know all possible copy items,
6666
// we disable build acceleration. Note that we still walk the rest of the tree in order
6767
// to detect copy items, so that we can decide whether the project is up to date.
6868
logger.Verbose(nameof(VSResources.FUTDC_AccelerationDataMissingForProject_1), project);

0 commit comments

Comments
 (0)