Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_convert_image_to_mesh_img/ui/terrainpanel.py')
-rw-r--r--io_convert_image_to_mesh_img/ui/terrainpanel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_convert_image_to_mesh_img/ui/terrainpanel.py b/io_convert_image_to_mesh_img/ui/terrainpanel.py
index e41f8821..93908709 100644
--- a/io_convert_image_to_mesh_img/ui/terrainpanel.py
+++ b/io_convert_image_to_mesh_img/ui/terrainpanel.py
@@ -45,7 +45,7 @@ class TerrainPanel(Panel):
#
# Displaying this value as a percentage (0, 100] is an intuitive way
# for users to grasp what this value does. The DTM importer, however,
- # wants to recieve a value between (0, 1]. This is obviously a
+ # wants to receive a value between (0, 1]. This is obviously a
# straightforward conversion:
#
# f(x) = x / 100