소스 검색

Fix spelling errors

Max Hilbrunner 2 년 전
부모
커밋
19f92dbfa8
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      _tools/codespell-ignore-lines.txt
  2. 1 0
      _tools/codespell-ignore.txt
  3. 1 1
      tutorials/performance/optimizing_3d_performance.rst

+ 1 - 0
_tools/codespell-ignore-lines.txt

@@ -1,2 +1,3 @@
 | ro           | Romanian                           |
 | ro           | Romanian                           |
 | te           | Telugu                             |
 | te           | Telugu                             |
+.. image:: img/expres.png

+ 1 - 0
_tools/codespell-ignore.txt

@@ -4,3 +4,4 @@ lod
 que
 que
 raison
 raison
 uint
 uint
+subtile

+ 1 - 1
tutorials/performance/optimizing_3d_performance.rst

@@ -59,7 +59,7 @@ offers significant performance increases.
     In some cases, you can adapt your level design to add more occlusion
     In some cases, you can adapt your level design to add more occlusion
     opportunities. For example, you can add more walls to prevent the player
     opportunities. For example, you can add more walls to prevent the player
     from seeing too far away, which would decrease performance due to the lost
     from seeing too far away, which would decrease performance due to the lost
-    opportunies for occlusion culling.
+    opportunities for occlusion culling.
 
 
 Other occlusion techniques
 Other occlusion techniques
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~