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 /io_import_palette
parentb1cec919ec7d255c29d31bc21c91d98e0d118182 (diff)
Cleanup: fix typos in source code
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
Diffstat (limited to 'io_import_palette')
-rw-r--r--io_import_palette/__init__.py2
-rw-r--r--io_import_palette/import_ase.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/io_import_palette/__init__.py b/io_import_palette/__init__.py
index c2c15d5d..8f155894 100644
--- a/io_import_palette/__init__.py
+++ b/io_import_palette/__init__.py
@@ -34,7 +34,7 @@ import sys
import os
# ----------------------------------------------
-# Add to Phyton path (once only)
+# Add to Python path (once only)
# ----------------------------------------------
path = sys.path
flag = False
diff --git a/io_import_palette/import_ase.py b/io_import_palette/import_ase.py
index cd5cbee3..4b5341b8 100644
--- a/io_import_palette/import_ase.py
+++ b/io_import_palette/import_ase.py
@@ -16,7 +16,7 @@
#
# ##### END GPL LICENSE BLOCK #####
-# This ASE converion use code from Marcos A Ojeda http://generic.cx/
+# This ASE conversion uses code from Marcos A Ojeda http://generic.cx/
#
# With notes from
# http://iamacamera.org/default.aspx?id=109 by Carl Camera and