Bläddra i källkod

Codespell & typo fixes (#6101)

* Codespell & typo fixes

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <[email protected]>
Max Hilbrunner 2 år sedan
förälder
incheckning
7842c5b50a

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

@@ -1 +1,2 @@
+| ro           | Romanian                           |
 | te           | Telugu                             |
 | te           | Telugu                             |

+ 1 - 1
tutorials/3d/occluders.rst

@@ -74,7 +74,7 @@ Holes
 
 
 Real world game levels don't always have large continuous areas that should be occluded. Often walls will have a door or windows, caves will have an entrance, etc. In some cases we have to make do by placing several OccluderShapePolygons around such an opening, but Occluder polygons have one more trick up their sleeve - they can have "holes".
 Real world game levels don't always have large continuous areas that should be occluded. Often walls will have a door or windows, caves will have an entrance, etc. In some cases we have to make do by placing several OccluderShapePolygons around such an opening, but Occluder polygons have one more trick up their sleeve - they can have "holes".
 
 
-In the inspector you will notice that as well as a set of points for the polygon, the polgon has a set of points for a single "hole". If you add 3 or 4 to your polygon, you will see they appear in the editor as smaller handles. You can drag these around just like the polygon handles, to form a convex hole.
+In the inspector you will notice that as well as a set of points for the polygon, the polygon has a set of points for a single "hole". If you add 3 or 4 to your polygon, you will see they appear in the editor as smaller handles. You can drag these around just like the polygon handles, to form a convex hole.
 
 
 .. image:: img/occluder_shape_polygon_hole.png
 .. image:: img/occluder_shape_polygon_hole.png
 
 

+ 1 - 1
tutorials/platform/customizing_html5_shell.rst

@@ -57,7 +57,7 @@ The only required placeholders are:
   A JavaScript object, containing the export options and can be later overridden.
   A JavaScript object, containing the export options and can be later overridden.
   See :js:attr:`EngineConfig` for the full list of overrides.
   See :js:attr:`EngineConfig` for the full list of overrides.
 
 
-The following optional placeholders will enable some extra features in your cusstom HTML template.
+The following optional placeholders will enable some extra features in your custom HTML template.
 
 
 - ``$GODOT_PROJECT_NAME``:
 - ``$GODOT_PROJECT_NAME``:
   The project name as defined in the Project Settings. It is a good idea to use it as a ``<title>``
   The project name as defined in the Project Settings. It is a good idea to use it as a ``<title>``