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 'system_demo_mode/config.py')
-rw-r--r--system_demo_mode/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_demo_mode/config.py b/system_demo_mode/config.py
index 3c0550ee..5d939959 100644
--- a/system_demo_mode/config.py
+++ b/system_demo_mode/config.py
@@ -40,7 +40,7 @@ def as_string(dirpath, random_order, exit, **kwargs):
"# generated file\n",
"\n",
"# edit the search path so other systems may find the files below\n",
- "# based on name only if the absolute paths cant be found\n",
+ "# based on name only if the absolute paths cannot be found\n",
"# Use '//' for current blend file path.\n",
"\n",
"search_path = %r\n" % dirpath,