Browse Source

Merge pull request #9 from wass3r/patch-1

Typo fix
Rémi Verschelde 9 years ago
parent
commit
7ca6d7e602
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/asset_pipeline/managing_image_files.rst

+ 1 - 1
tutorials/asset_pipeline/managing_image_files.rst

@@ -8,7 +8,7 @@ If you have read the previous tutorials on :ref:`doc_resources` and
 (.png, .jpg, etc.) are treated as regular resources in Godot.
 (.png, .jpg, etc.) are treated as regular resources in Godot.
 
 
 Unlike texture resources (.tex files), image files contain no extra
 Unlike texture resources (.tex files), image files contain no extra
-information on tiling (texture repeat), mipamps or filtering. Editing
+information on tiling (texture repeat), mipmaps or filtering. Editing
 this information and saving the texture back will have not any effect,
 this information and saving the texture back will have not any effect,
 since such formats can't contain that information.
 since such formats can't contain that information.