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:
authorBrecht Van Lommel <brecht@blender.org>2022-01-05 17:27:33 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-01-05 17:46:41 +0300
commitd68dca98ce6705dd69285692f3cdc1dbf2213c1d (patch)
tree293ad05d82522964478ddacb22e56f831194043c /space_view3d_stored_views
parentb1cec919ec7d255c29d31bc21c91d98e0d118182 (diff)
Cleanup: fix typos in source code
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
Diffstat (limited to 'space_view3d_stored_views')
-rw-r--r--space_view3d_stored_views/__init__.py2
-rw-r--r--space_view3d_stored_views/stored_views_test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_stored_views/__init__.py b/space_view3d_stored_views/__init__.py
index 6a174fdb..d7fed107 100644
--- a/space_view3d_stored_views/__init__.py
+++ b/space_view3d_stored_views/__init__.py
@@ -110,7 +110,7 @@ class VIEW3D_stored_views_preferences(AddonPreferences):
view_3d_update_rate : IntProperty(
name="3D view update",
description="Update rate of the 3D view redraw\n"
- "Increse the value if the UI feels sluggish",
+ "Increase the value if the UI feels sluggish",
min=1, max=10,
default=1
)
diff --git a/space_view3d_stored_views/stored_views_test.py b/space_view3d_stored_views/stored_views_test.py
index 746f8d95..58a4552f 100644
--- a/space_view3d_stored_views/stored_views_test.py
+++ b/space_view3d_stored_views/stored_views_test.py
@@ -1314,7 +1314,7 @@ class VIEW3D_OT_stored_views_preferences(AddonPreferences):
view_3d_update_rate: IntProperty(
name="3D view update",
description="Update rate of the 3D view redraw\n"
- "Increse the value if the UI feels sluggish",
+ "Increase the value if the UI feels sluggish",
min=1, max=10,
default=1
)