Skip to content

Commit 11c66f4

Browse files
committed
acrolinx
1 parent abe6f35 commit 11c66f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/msbuild/errors/msb3061.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ ms.workload:
2020
---
2121
# MSB3061
2222

23-
This diagnostic code is emitted when MSBuild tried to delete a file, but an error occurred and the file could not be deleted.
23+
This diagnostic code is emitted when MSBuild tried to delete a file, but an error occurred and the file couldn't be deleted.
2424

2525
The full message is something like:
2626

2727
```output
2828
MSB3061: Unable to delete file 'filename'.
2929
```
3030

31-
Check that the file exists and is at the expected location, MSBuild has write permissions to the file and folder, the file is not being locked by another process, and that is not a read-only file.
31+
Check that the file exists and is at the expected location, MSBuild has write permissions to the file and folder, the file isn't being used by another process, and that isn't a read-only file.

docs/msbuild/errors/msb3101.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.workload:
2020
---
2121
# MSB3101
2222

23-
This error occurs when MSBuild failed to write an internal file during a build. This is not necessarily a blocking error, as MSBuild can sometimes recover from this and continue processing the build.
23+
This error occurs when MSBuild failed to write an internal file during a build. This error is not necessarily a blocking error, as MSBuild can sometimes recover from it and continue processing the build.
2424

2525
The message resembles the following, but this text is followed by additional information from the operating system:
2626

0 commit comments

Comments
 (0)