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/importer.py')
-rw-r--r--io_convert_image_to_mesh_img/ui/importer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_convert_image_to_mesh_img/ui/importer.py b/io_convert_image_to_mesh_img/ui/importer.py
index 2b6a911e..9ac7371b 100644
--- a/io_convert_image_to_mesh_img/ui/importer.py
+++ b/io_convert_image_to_mesh_img/ui/importer.py
@@ -50,7 +50,7 @@ class ImportHiRISETerrain(bpy.types.Operator, ImportHelper):
#
# 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