Skip to content

Commit b828c2c

Browse files
Merge pull request #13916 from MicrosoftDocs/ghogen-patch-297775
Fix typo
2 parents e8c8cda + a51885d commit b828c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/errors/msb3027.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This error occurs when MSBuild tries to copy a file repeatedly and fails when th
3232

3333
The standard output message text is followed by additional information from the operating system. Look to the additional information provided to determine the cause of the problem.
3434

35-
Typical causes include the destination file is in use by another program, the permissions to not allow writing to the destination file, not enough space on the drive, or the network drive is not available due to a network or permissions error.
35+
Typical causes include the destination file is in use by another program, the permissions do not allow writing to the destination file, not enough space on the drive, or the network drive is not available due to a network or permissions error.
3636

3737
## Applies to
3838

39-
All versions of MSBuild
39+
All versions of MSBuild

0 commit comments

Comments
 (0)