Skip to content

Commit 5bad845

Browse files
Fixed new codespell issues
1 parent 954f7e2 commit 5bad845

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/.codespellignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ lod
33
ba
44
complies
55
mis
6+
thirdparty

Tutorials/Tutorial06_Multithreading/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ m_pImmediateContext->TransitionResourceStates(2, Barriers);
9898
```
9999
100100
When resources are explicitly transitioned to correct states, the engine does not need to check
101-
the states at every draw command which greately reduces the overhead.
101+
the states at every draw command which greatly reduces the overhead.
102102
103103
## Multithreaded Rendering
104104

0 commit comments

Comments
 (0)