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 'ant_landscape/ant_functions.py')
-rw-r--r--ant_landscape/ant_functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ant_landscape/ant_functions.py b/ant_landscape/ant_functions.py
index 1337533c..f50cb41a 100644
--- a/ant_landscape/ant_functions.py
+++ b/ant_landscape/ant_functions.py
@@ -660,7 +660,7 @@ def draw_ant_water(self, context):
col.prop(self, "water_level")
-# Store propereties
+# Store properties
def store_properties(operator, ob):
ob.ant_landscape.ant_terrain_name = operator.ant_terrain_name
ob.ant_landscape.at_cursor = operator.at_cursor