Skip to content

Commit 4e8bc6c

Browse files
committed
fix typo
1 parent 58f5099 commit 4e8bc6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070002.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ Info CBS Failed to find file: x86_microsoft-windows-directwrite_31bf3856ad364e35
8888
cd c:\windows\winsxs
8989
```
9090

91-
Then, run the `mkdir` command to create a folder for the missing DLL file. For example, if the file x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_c67f532e01cd149d.dll is missing, run the following command:
91+
Then, run the `mkdir` command to create a folder for the missing DLL file. For example, if the file x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_229deeb1ba2a85d3DWrite.dll is missing, run the following command:
9292

9393
```console
94-
mkdir x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_c67f532e01cd149d
94+
mkdir x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_229deeb1ba2a85d3
9595
```
9696

9797
3. Run the following command to check for corruptions:

0 commit comments

Comments
 (0)